@charset "UTF-8";
/* latin-ext */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 100;
  src: local("Josefin Sans Thin"), local("JosefinSans-Thin"), url(http://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3dzUBvlJYYQI_sDPKrlKoP9Q.woff2) format("woff2"), url(http://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d9kWwCWWHt2eabdCtA6ddDc.woff) format("woff"); }
/* latin-ext */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Josefin Sans Light"), local("JosefinSans-Light"), url(https://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z0ZRWJQ0UjzR2Uv6RollX_g.woff2) format("woff2"), url(https://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z2B7wJ9CoPCp9n30ZBThZ1I.woff) format("woff"); }
/* latin-ext */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Josefin Sans"), local("JosefinSans"), url(https://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5hampu5_7CjHW5spxoeN3Vs.woff2) format("woff2"), url(https://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5qRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }
/* latin-ext */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Josefin Sans Bold"), local("JosefinSans-Bold"), url(https://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z8hHwsiXhsDb0smKjAA7Bek.woff2) format("woff2"), url(https://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04zxAPw1J91axKNXP_-QX9CC8.woff) format("woff"); }
/* latin-ext */
@font-face {
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Josefin Sans Italic"), local("JosefinSans-Italic"), url(https://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d2frnYWAzH6tTbHZfcsRIsM.woff2) format("woff2"), url(https://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d752ooqJRs02xO3mONBoqeI.woff) format("woff"); }
/* latin */
@font-face {
  font-family: 'Sue Ellen Francisco';
  font-style: normal;
  font-weight: 400;
  src: local("Sue Ellen Francisco "), local("SueEllenFrancisco"), url(https://fonts.gstatic.com/s/sueellenfrancisco/v7/TwHX4vSxMUnJUdEz1JIgrvjYlWrinTHD0V3rU79odFE.woff2) format("woff2"), url(https://fonts.gstatic.com/s/sueellenfrancisco/v7/TwHX4vSxMUnJUdEz1JIgrpF8d1ntzT2N4Odh1kY9w00.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

ol,
ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

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

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

blockquote,
q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a {
  text-decoration: none; }

a img {
  border: 0; }

body {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Josefin Sans, arial, sans-serif;
  line-height: 1.5;
  color: #404040;
  color: #404040; }

button,
input,
select,
textarea {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Josefin Sans, arial, sans-serif;
  line-height: 1.5;
  color: #404040;
  color: #404040; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: right;
  font-weight: bold;
  font-family: Josefin Sans, arial, sans-serif;
  color: #000;
  color: black; }

p {
  margin-bottom: 1.5em; }

b,
strong {
  font-weight: bold; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  /* margin: 0 1.5em; */ }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: Josefin Sans, arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Josefin Sans, arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9bf;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Josefin Sans, arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  color: white;
  background-color: #3c3c3c;
  background-color: #3d3d3d;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */ }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #000;
  background-color: black; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #000;
  background-color: black; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 8px;
  font-family: Josefin Sans, arial, sans-serif;
  color: #333;
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

a {
  text-decoration: none;
  color: #000;
  color: black; }

a:visited {
  color: #333;
  color: #333333; }

a:hover,
a:focus,
a:active {
  text-decoration: underline; }

.hfeed.site {
  max-width: 1328px;
  margin: auto; }

.single .site-header {
  margin-bottom: 25px; }

.main-navigation {
  position: fixed;
  float: left;
  width: 100%;
  max-width: 1332px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-content: center;
  clear: both;
  font-family: Josefin Sans, arial, sans-serif;
  text-transform: uppercase;
  background: #fff;
  background: white;
  padding: 0 0 0 31px;
  z-index: 9;
  height: 60px;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  padding: 1.3em 1em;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.3em;
  color: black;
  color: black; }

.main-navigation ul ul {
  float: left;
  left: 0;
  position: absolute;
  left: -999em;
  z-index: 99999;
  padding: 0;
  background: #4d4d4d;
  background: #4d4d4d; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation li:hover > a {
  color: transparent;
  opacity: .75; }

.main-navigation ul li:hover > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul {
  left: 100%; }

.main-navigation .current_page_ancestor {
  background: #4d4d4d;
  background: #4d4d4d; }

.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item > a {
  color: #fff;
  color: white;
  background: #313131;
  background: #303030; }

/* Small menu */
.menu-toggle {
  display: none; }

.menu-lookbook-container {
  width: auto; }

li.sprite {
  margin-top: 14px; }

.sprite a, .sprite a:hover,
.top-social-buttons.tablet-gone a, .top-social-buttons.tablet-gone a:hover,
.header-background-image.sprite, .header-background-image.sprite:hover,
.seemoreimage, .seemoreimage:hover,
#nav-posts .prev a, #nav-posts .prev a:hover,
#nav-posts .next a, #nav-posts .next a:hover,
.posts-navigation .nav-previous a, .posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a, .posts-navigation .nav-next a:hover {
  background-image: url(sprites/sprites.jpg);
  background-image: -webkit-image-set(url(sprites/sprites.jpg) 1x, url(sprites/sprites_2x.jpg) 2x);
  background-image: -moz-image-set(url(sprites/sprites.jpg) 1x, url(sprites/sprites_2x.jpg) 2x);
  background-image: -o-image-set(url(sprites/sprites.jpg) 1x, url(sprites/sprites_2x.jpg) 2x);
  background-image: -ms-image-set(url(sprites/sprites.jpg) 1x, url(sprites/sprites_2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: 650px;
  color: transparent; }

.widgets-sprites, .widgets-sprites:hover, .insidemyhead-image-banner, .insidemyhead-image-banner:hover {
  background-image: url(sprites/sprites-sidebar.jpg);
  background-image: -webkit-image-set(url(sprites/sprites-sidebar.jpg) 1x, url(sprites/sprites-sidebar_2x.jpg) 2x);
  background-image: -moz-image-set(url(sprites/sprites-sidebar.jpg) 1x, url(sprites/sprites-sidebar_2x.jpg) 2x);
  background-image: -o-image-set(url(sprites/sprites-sidebar.jpg) 1x, url(sprites/sprites-sidebar_2x.jpg) 2x);
  background-image: -ms-image-set(url(sprites/sprites-sidebar.jpg) 1x, url(sprites/sprites-sidebar_2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: 700px;
  color: transparent; }

.menu-item a {
  display: inline-block;
  width: 164px;
  height: 40px;
  list-style: none;
  padding: 0;
  margin: 0 15px 0 0;
  vertical-align: middle;
  color: transparent !important; }

.topnav-about a {
  background-position: 0px -159px;
  width: 87px; }

.topnav-press a {
  background-position: -99px -159px;
  width: 98px; }

.topnav-lookbook a {
  background-position: -205px -159px;
  width: 127px; }

.topnav-instagram a {
  background-position: -340px -155px;
  width: 135px;
  margin-top: -4px; }

.topnav-insidemyhead a {
  background-position: -477px -155px;
  width: 164px;
  margin-top: -4px; }

.banner-container {
  cursor: pointer; }

span.seemoreimage {
  height: 68px;
  width: 222px;
  display: block;
  margin: auto;
  text-decoration: inherit;
  color: transparent;
  background-position: -203px -196px;
  margin-top: 20px; }

.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
#nav-posts .prev a,
#nav-posts .next a {
  color: transparent;
  display: block;
  height: 62px;
  width: 181px; }

.posts-navigation .nav-previous, #nav-posts .prev {
  float: left; }

.posts-navigation .nav-previous a, #nav-posts .prev a {
  background-position: -440px -199px;
  margin-left: 15px; }

.posts-navigation .nav-next a, #nav-posts .next a {
  background-position: -5px -199px;
  margin-right: 15px;
  height: 57px;
  float: right; }

.facebook-sprite {
  background-position: -27px -262px; }

.googleplus-sprite {
  background-position: -65px -262px; }

.twitter-sprite {
  background-position: -104px -262px; }

.bloglovin-sprite {
  background-position: -142px -262px; }

.instagram-sprite {
  background-position: -183px -261px; }

.pinterest-sprite {
  background-position: -220px -261px; }

.top-social-buttons.tablet-gone {
  width: auto;
  margin-top: 13px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  align-content: center;
  flex-direction: inherit;
  margin-right: auto;
  margin-left: auto; }

.top-social-buttons.tablet-gone a {
  margin: 0;
  padding: 0;
  height: 36px;
  width: 36px; }

.top-social-buttons.tablet-gone a:hover {
  opacity: .75; }

.banner-container.big-banner {
  margin-top: 70px;
  height: 152px; }

.header-background-image {
  width: 636px;
  height: 149px;
  display: inherit;
  margin: auto;
  background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important; }

.search-toggle {
  display: none;
  margin-right: 0;
  height: 54px;
  padding-top: 11px;
  width: 39px;
  padding: 7px;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  color: #000;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .search-toggle:hover, .search-toggle.active {
    background: black;
    background: black;
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.search-box-wrapper {
  z-index: 2;
  width: 100%;
  display: none; }

.search-box {
  padding: 1em 1em 1em 1em;
  background: black;
  background: black;
  margin-top: 70px;
  position: fixed;
  width: 100%;
  z-index: 9; }

.search-box .search-field {
  float: right;
  padding: 1rem 2rem 1rem 4rem;
  font-size: 20px;
  font-size: 2rem;
  background-color: #fff;
  border: 0; }

.error404 .search-submit,
.search .search-submit,
.search-box .search-submit {
  display: none; }

.formsearch-desktop {
  vertical-align: middle;
  padding-top: 17px; }

.desktop-field {
  vertical-align: middle; }

input.desktop-submit {
  font-family: stylescrapbookregular !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  background-color: transparent;
  color: black;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  input.desktop-submit:hover {
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.fa-search:before {
  content: "t";
  font-family: stylescrapbookregular;
  font-style: normal;
  font-weight: normal;
  text-transform: none; }

.desktop-gone {
  display: none; }

.desktop-field {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1pt solid black !important; }
  .desktop-field::-webkit-input-placeholder {
    color: black; }
  .desktop-field:-moz-placeholder {
    /* Firefox 18- */
    color: black; }
  .desktop-field::-moz-placeholder {
    /* Firefox 19+ */
    color: black; }
  .desktop-field:-ms-input-placeholder {
    color: black; }

@media only screen and (max-width: 1180px) {
  .googleplus-sprite, .twitter-sprite, .topnav-instagram {
    display: none !important; } }
@media only screen and (max-width: 950px) {
  .top-social-buttons {
    display: none !important; } }
@media only screen and (max-width: 800px) {
  .top-social-buttons.tablet-gone {
    opacity: 0 !important; }

  .facebook-sprite, .bloglovin-sprite, .instagram-sprite, .pinterest-sprite {
    display: none !important; }

  .topnav-instagram {
    display: inline-block !important; }

  .formsearch-desktop {
    display: none; }

  .main-navigation {
    padding: 0px 9px 0px 0px;
    height: 54px; }
    .main-navigation.toggled .nav-menu {
      display: block;
      border-top: 1px solid;
      border-top-color: #fff;
      border-top-color: rgba(255, 255, 255, 0.5); }
    .main-navigation ul {
      display: none;
      padding-left: 0; }
      .main-navigation ul ul, .main-navigation ul ul ul {
        position: relative;
        top: inherit;
        left: 0;
        display: block;
        float: none;
        background: #313131;
        background: #303030; }
      .main-navigation ul ul a {
        width: 100%; }
      .main-navigation ul ul .current_page_parent {
        color: inherit;
        background: inherit; }
    .main-navigation li {
      float: none; }
      .main-navigation li a {
        padding: 1.3em 2em; }
      .main-navigation li li a {
        padding-left: 4em; }
      .main-navigation li li li a {
        padding-left: 6em; }
    .main-navigation .current_page_ancestor {
      background: inherit; }

  .menu-toggle {
    display: block;
    height: 3.75em;
    color: transparent;
    margin-left: 9px; }

  .menu-lookbook-container {
    position: absolute;
    top: 51px;
    left: 0; }

  .top-social-buttons.tablet-gone {
    display: none; }

  li.sprite {
    padding-bottom: 8px;
    margin-left: 18px; }

  .sprite a, .sprite a:hover,
  .menu-toggle, .menu-toggle:hover,
  .menu-toggle:focus, .menu-toggle:active,
  .banner-mobile, .banner-mobile:hover,
  .widgets-sprites, .widgets-sprites:hover,
  .seemoreimage, .seemoreimage:hover,
  .insidemyhead-image-banner, .insidemyhead-image-banner:hover,
  .insidemyhead-image, .insidemyhead-image:hover,
  .posts-navigation .nav-previous a, .posts-navigation .nav-previous a:hover,
  .posts-navigation .nav-next a, .posts-navigation .nav-next a:hover,
  #nav-posts .prev a, #nav-posts .prev a:hover,
  #nav-posts .next a, #nav-posts .prev a:hover {
    background-image: url(sprites/sprites-mobile.jpg);
    background-image: -webkit-image-set(url(sprites/sprites-mobile.jpg) 1x, url(sprites/sprites-mobile_2x.jpg) 2x);
    background-image: -moz-image-set(url(sprites/sprites-mobile.jpg) 1x, url(sprites/sprites-mobile_2x.jpg) 2x);
    background-image: -o-image-set(url(sprites/sprites-mobile.jpg) 1x, url(sprites/sprites-mobile_2x.jpg) 2x);
    background-image: -ms-image-set(url(sprites/sprites-mobile.jpg) 1x, url(sprites/sprites-mobile_2x.jpg) 2x);
    background-repeat: no-repeat;
    background-size: 395px;
    background-color: transparent; }

  .posts-navigation .nav-previous a, .posts-navigation .nav-next a, #nav-posts .prev a, #nav-posts .next a {
    height: auto; }

  .posts-navigation .nav-previous a, #nav-posts .prev a {
    background-position: -261px -232px;
    margin-left: 15px;
    margin-top: -30px;
    margin-bottom: 30px; }

  .posts-navigation .nav-next a, #nav-posts .next a {
    background-position: -261px -196px;
    margin-right: 16px;
    float: right;
    width: 100px;
    margin-top: -30px;
    margin-bottom: 30px; }

  span.seemoreimage {
    height: 40px;
    width: 135px;
    background-position: 12px -394px; }

  .menu-toggle {
    background-position: -206px -4px;
    height: 54px;
    width: 94px;
    padding: 0; }

  .topnav-about a {
    background-position: -300px -12px;
    width: 88px; }

  .topnav-press a {
    background-position: -262px -153px;
    width: 98px; }

  .topnav-lookbook a {
    background-position: -262px -111px;
    width: 127px; }

  .topnav-instagram a {
    background-position: -193px -62px;
    width: 135px; }

  .topnav-insidemyhead a {
    background-position: -9px -62px;
    width: 164px; }

  .banner-mobile-container.banner-desktop-gone.banner-container, span.banner-mobile {
    width: 206px;
    height: 52px;
    display: block;
    margin: auto; }

  span.banner-mobile {
    background-position: 0px -10px; }

  .banner-container.big-banner {
    display: none; }

  .search-box {
    margin-top: 54px; }

  .search-toggle {
    display: block;
    margin-right: 0;
    padding-top: 11px; }

  ul#menu-lookbook {
    width: auto;
    width: 100%;
    background-color: white; } }
@media screen and (min--moz-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 3 / 2) and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) and (min-resolution: 2dppx) {
  .sprite a, .sprite a:hover,
  .top-social-buttons.tablet-gone a,
  .top-social-buttons.tablet-gone a:hover,
  .seemoreimage, .seemoreimage:hover,
  .posts-navigation .nav-previous a, .posts-navigation .nav-previous a:hover,
  .posts-navigation .nav-next a, .posts-navigation .nav-next a:hover,
  #nav-posts .prev a, #nav-posts .prev a:hover,
  #nav-posts .next a, #nav-posts .next a:hover {
    background-image: url(sprites/sprites_2x.jpg); }

  .widgets-sprites, .widgets-sprites:hover, .insidemyhead-image-banner, .insidemyhead-image-banner:hover, .insidemyhead-image, .insidemyhead-image:hover {
    background-image: url(sprites/sprites-sidebar_2x.jpg); } }
@media screen and (min--moz-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 3 / 2) and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) and (min-resolution: 2dppx) and (max-width: 800px) {
  .sprite a, .sprite a:hover,
  button.menu-toggle, button.menu-toggle:hover, button.menu-toggle:focus, button.menu-toggle:active,
  .banner-mobile, .banner-mobile:hover,
  .widgets-sprites, .widgets-sprites:hover,
  .insidemyhead-image-banner, .insidemyhead-image-banner:hover,
  .posts-navigation .nav-previous a, .posts-navigation .nav-previous a:hover,
  .posts-navigation .nav-next a, .posts-navigation .nav-next a:hover,
  #nav-posts .prev a, #nav-posts .prev a:hover,
  #nav-posts .next a, #nav-posts .next a:hover {
    background-image: url(sprites/sprites-mobile_2x.jpg); } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-mobile-container, .tablet-gone {
    display: none; } }
@media screen and (max-width: 600px) {
  .search-box {
    margin-top: 54px; } }
@media screen and (min-width: 320px) and (max-width: 400px) {
  span.banner-mobile {
    margin: 0; } }
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Alignment responsive */
@media screen and (min-width: 1320px) {
  .alignleft {
    margin-left: -160px; } }
@media screen and (min-width: 1820px) {
  .alignright {
    margin-right: -160px; } }
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

.widget-title {
  margin-bottom: 1em;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-family: Josefin Sans, arial, sans-serif; }

.widget {
  margin: 0 0 4em;
  font-family: Josefin Sans, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }
  .widget a {
    font-weight: bold;
    color: #000;
    color: black; }
  .widget ul, .widget ol {
    padding: 0;
    margin: -1em 0 0;
    list-style-type: none; }
  .widget li {
    padding: 1em 0 0; }
    .widget li ul, .widget li ol {
      margin-top: 0; }
    .widget li li {
      margin-left: 1.5em; }

.widget_recent_entries li:before,
.widget_recent_comments li:before,
.widget_archive li:before {
  display: block;
  float: left;
  padding-top: 2px;
  margin-left: -2.5em;
  font-family: stylescrapbookregular;
  font-size: 14px;
  font-size: 1.4rem; }

.widget_recent_entries li,
.widget_recent_comments li {
  margin: 0 0 .5em 2.5em; }

.widget_recent_entries li:before {
  content: "s"; }

.widget_recent_comments li:before {
  content: "r"; }

.widget_archive li {
  margin: 0 0 0 2.5em; }
  .widget_archive li:before {
    content: "q"; }

.widget_nav_menu a,
.widget_pages a {
  display: block;
  padding: 1em 0;
  border-bottom: solid 1px #e6e6e6; }

.widget_nav_menu li,
.widget_pages li {
  padding-top: 0; }

.widget_rss li {
  margin-bottom: .5em; }

.widget_rss .rss-date,
.widget_rss cite {
  display: block;
  font-size: 85%; }

ul.jaw_widget {
  padding: 0 0 0 11px; }
  ul.jaw_widget a {
    font-weight: normal;
    font-family: Josefin Sans, arial, sans-serif; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

.widgets-sprites.contact {
  height: 342px;
  width: 256px;
  display: block;
  background-position: -438px -242px;
  margin: 0 auto 60px auto; }

.widgets-sprites.insidemyhead-image {
  height: 374px;
  width: 274px;
  display: block;
  background-position: -9px -242px;
  margin: auto; }

.stp-outer.stp-resp {
  max-width: 239px !important; }

.stp-product {
  width: 228px !important; }

.affiliate-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 100%;
  display: block; }

.affiliate-container-no-flexbox .swiper-slide {
  float: left; }

.affiliate-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* a11y */
.affiliate-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.affiliate-button-prev,
.affiliate-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.affiliate-button-prev.swiper-button-disabled,
.affiliate-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.affiliate-button-prev, .affiliate-container-rtl .affiliate-button-next {
  left: 0px;
  right: auto; }

.affiliate-container-rtl .affiliate-button-prev, .affiliate-button-next {
  right: -10px;
  left: auto; }

.affiliate-button-prev:before {
  content: 'o';
  font-family: stylescrapbookregular;
  background-image: none;
  left: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 55px;
  right: auto;
  color: black; }

.affiliate-button-next:before {
  content: 'p';
  font-size: 10px;
  font-size: 1rem;
  font-family: stylescrapbookregular;
  background-image: none;
  right: 0;
  line-height: 55px;
  right: auto;
  color: black; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide, .affiliate-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide, .affiliate-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .affiliate-container-fade {
  pointer-events: auto; }

@media screen and (max-width: 950px) {
  .widget-area aside {
    width: auto;
    margin: auto;
    text-align: center; }

  #archivelist_widget-2 {
    display: none; } }
@media screen and (max-width: 800px) {
  aside#text-2 {
    height: 154px;
    width: 165px; }
    .widget-title {
      font-size: 12px; }

    .widget_affiliate_ads_widget {
      max-width: 107px; }

  .widget-area aside {
    width: auto;
    margin: auto;
    text-align: center; }

  .widgets-sprites.contact {
    height: 154px;
    width: 114px;
    background-position: -136px -106px;
    margin: 0 auto 0 auto; }

  .widgets-sprites.insidemyhead-image {
    height: 154px;
    width: 131px;
    background-position: 0px -105px; } }
.site-content {
  width: 100%;
  padding-bottom: 1em;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center; }
  .site-content .widget-area {
    max-width: 300px;
    margin-left: 2rem;
    margin-top: 47px;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  #primary {
    max-width: 750px;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    #primary.lookbook {
      max-width: 990px; }
    #primary.no-sidebar {
      max-width: 1300px !important;
      max-width: 130rem !important;
      width: 100%; }
      #primary.no-sidebar .entry-header, #primary.no-sidebar .entry-content {
        max-width: 100% !important; }

.page-title {
  text-align: center; }

.entry-content {
  margin: 1.5em 0 0; }
  .entry-content a {
    text-decoration: none;
    color: #d158a0; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: .4em; }
  .entry-content h1 {
    font-size: 32px;
    font-size: 3.2rem; }
  .entry-content h2 {
    font-size: 30px;
    font-size: 3rem; }
  .entry-content h3 {
    font-size: 28px;
    font-size: 2.8rem; }
  .entry-content h4 {
    font-size: 26px;
    font-size: 2.6rem; }
  .entry-content h5 {
    font-size: 24px;
    font-size: 2.4rem; }
  .entry-content h6 {
    font-size: 22px;
    font-size: 2.2rem; }
  .entry-content p, .entry-content ul, .entry-content ol {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6em; }
  .entry-content blockquote p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5em; }
  .entry-content img {
    display: block;
    margin-bottom: 4px; }
  .entry-title {
    margin: 2.5rem 0 0 0;
    font-weight: 300;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.3em;
    color: #000;
    color: black;
    text-align: center; }
    .entry-title a {
      text-decoration: none; }

  .entry-header, .entry-content, .entry-footer, .tag-links, .post-navigation, .comments-area, .paging-navigation {
    position: relative;
    max-width: 780px;
    max-width: 78rem;
    padding: 0 2rem;
    margin: 0 auto;
    text-align: center; }

/* Meta */
.category-list {
  margin: 1.3em 0 1em;
  font-family: Josefin Sans, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }
  .category-list a {
    color: #333;
    color: #1a1a1a; }
    .category-list a:hover {
      color: #000;
      color: black; }

.entry-meta {
  margin-bottom: 2rem;
  padding: 1rem 0 0 0;
  font-family: Sue Ellen Francisco, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  border-top: 1px solid #ededed; }

.comments-link {
  font-family: Sue Ellen Francisco, arial, sans-serif;
  font-weight: 300;
  letter-spacing: .1em; }

.entry-footer {
  margin-top: 3rem;
  margin-bottom: 5rem;
  font-family: Josefin Sans, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
  border-top: 1px solid #ededed; }
  .entry-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .entry-footer li {
    display: inline-block;
    margin-right: 4rem; }
  .entry-footer a {
    margin-left: .5rem; }
  .entry-footer > a {
    display: table;
    width: 100%;
    margin-bottom: 10px; }

.facebook-box {
  display: inline-block;
  overflow: hidden;
  height: 42px;
  padding-top: 1pt;
  width: 94px; }
  .likebox {
    font-family: stylescrapbookregular !important;
    display: table-cell;
    line-height: 20px;
    text-align: center; }
    button.submiticon-button {
      background: transparent;
      border: 0;
      color: inherit;
      cursor: pointer;
      margin: -1px;
      outline: none;
      padding: 0;
      font-family: stylescrapbookregular !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      button.submiticon-button:hover, button.submiticon-button:focus {
        background: transparent;
        opacity: .6; }
      button.submiticon-button .icon-social-facebook {
        font-size: 35px;
        font-size: 3.5rem;
        font-family: stylescrapbookregular !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        vertical-align: top;
        speak: none;
        line-height: .75em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: table-cell;
        padding: 0 !important;
        margin: 0 !important;
        color: #354c8c; }

  .facebookcounter-container {
    display: table-cell;
    vertical-align: top;
    margin-top: 0 !important;
    padding-top: 0 !important; }
    .facebookcounter-box {
      background: white;
      border: 1px solid #9197a3;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      color: #4e5665;
      display: inline-block;
      line-height: 18px;
      min-width: 15px;
      margin-left: 2px;
      padding: 3px 3px 3px 6px;
      height: 25px;
      text-align: center;
      white-space: nowrap;
      vertical-align: top; }
      .facebookcounter-box .facebookcounter {
        vertical-align: baseline;
        font-weight: bold;
        font-family: Josefin Sans, arial, sans-serif;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: .2em; }

    .count-arrow-box {
      height: 0;
      left: -3px;
      position: relative;
      top: -20px;
      width: 1px;
      z-index: 2; }
      .count-arrow-box s {
        border-color: transparent #9197a3;
        border-style: solid;
        border-width: 4px 5px 4px 0;
        display: block;
        position: relative;
        top: 1px; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
  text-align: left; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

blockquote {
  padding: 1em 1.5em 0;
  margin-bottom: 1em;
  font-style: italic;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc; }
  blockquote em {
    font-style: normal; }
  blockquote cite {
    display: block;
    margin-top: 1em;
    margin-left: 40%;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    line-height: 1.5em;
    text-align: right; }
  blockquote.alignleft {
    width: 50%;
    float: left;
    padding: 1em 0 0;
    margin-right: 2em; }
  blockquote.alignright {
    width: 50%;
    float: right;
    padding: 1em 0 0;
    margin-left: 2em; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

@media screen and (max-width: 1070px) {
  .site-content {
    display: block;
    padding-bottom: 0; }
    #primary {
      max-width: 100%;
      width: 100%; }

    .widget_archivelist_widget {
      display: none; }
    .site-content .widget-area {
      width: 100%;
      float: none;
      max-width: 100%;
      margin-left: 0;
      padding: 0;
      display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-flex-wrap: inherit;
      -ms-flex-wrap: inherit;
      flex-wrap: inherit;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      align-content: center;
      flex-direction: row; }
      .site-content .widget-area aside {
        width: 32%; }
      .site-content .widget-area #affiliate_ads_widget-2 {
        width: 27%; } }
@media screen and (max-width: 800px) {
  .site-content {
    margin-top: 75px; }

  .single .site-content {
    margin-top: 34px; }

  .home .site-content {
    margin-top: 24px; }

  .paged .site-content {
    margin-top: 34px; }

  .site-content .widget-area {
    margin-bottom: 20px; } }
@media screen and (max-width: 780px) {
  blockquote.alignleft,
  blockquote.alignright {
    width: 40%; } }
@media screen and (max-width: 680px) {
  .entry-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.3em; }
    .entry-title h1 {
      font-size: 28px;
      font-size: 2.8rem; }
    .entry-title h2 {
      font-size: 26px;
      font-size: 2.6rem; }
    .entry-title h3 {
      font-size: 24px;
      font-size: 2.4rem; }
    .entry-title h4 {
      font-size: 22px;
      font-size: 2.2rem; }
    .entry-title h5 {
      font-size: 20px;
      font-size: 2rem; }
    .entry-title h6 {
      font-size: 18px;
      font-size: 1.8rem; }
    .entry-title p, .entry-title ul, .entry-title ol {
      font-size: 18px;
      font-size: 1.8rem; }
    .entry-title blockquote p {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.5em; } }
@media screen and (max-width: 600px) {
  blockquote.alignleft,
  blockquote.alignright {
    width: 100%;
    padding: 1em 1.5em 0; } }
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

.page .site-content {
  background: #fff;
  background: white; }

.page-header,
.paging-navigation {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 2em;
  list-style-type: none;
  background: #fff; }

.page-header {
  margin-top: 1em;
  margin-bottom: 1em; }

.post-18209 p {
  text-align: justify; }

.about-image {
  margin-bottom: 15px; }

@media screen and (min-width: 1820px) {
  .index-box blockquote.alignright {
    padding-right: 2em; } }
@media screen and (min-width: 1320px) {
  .index-box blockquote.alignleft {
    padding-left: 2em; } }
@media screen and (min-width: 1160px) and (max-width: 1539px) {
  .entry-header,
  .entry-content,
  .entry-footer,
  .tag-links,
  .post-navigation,
  .comments-area,
  .paging-navigation,
  .index-box {
    margin-right: 0; } }
@media screen and (max-width: 800px) {
  .single-post-header {
    margin-top: 40px; } }
.related-container {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-left: 0; }
  .related-item {
    position: relative;
    display: block;
    max-height: 135px;
    max-width: 236px;
    width: 33%;
    overflow: hidden; }

  a.crp_title {
    display: inherit;
    position: absolute;
    top: 0;
    font-size: 1.45rem;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 25%;
    font-family: Josefin Sans, arial, sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    color: black; }
    a.crp_title:hover {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.15em;
  overflow: hidden; }

.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  content: "←";
  margin-right: 10px; }

.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
  content: "→";
  margin-left: 10px; }

.comments-title {
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 25px; }

.comments-area > ol {
  padding: 0;
  margin: 2em 0;
  list-style-type: none; }

ol.children {
  list-style-type: none; }

.comment-list ol {
  margin-left: 50px; }

.comment-meta {
  margin-bottom: 1em; }

.comment-author .avatar {
  width: 50px;
  display: block;
  float: left;
  margin-right: 20px; }

.comment-author .fn {
  font-weight: bold;
  font-family: Josefin Sans, arial, sans-serif;
  font-size: 20px;
  font-size: 2rem; }

.comment-metadata {
  font-family: Sue Ellen Francisco, arial, sans-serif;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .03em; }

.comment-content {
  font-size: 90%; }

.comment-body {
  text-align: left;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: solid #cccccc 1px; }

.comment:last-of-type .comment-body {
  border-bottom: 0px transparent !important; }

.comment-content a {
  word-wrap: break-word; }

.comment-content ol {
  margin-left: 1.5em; }

.reply {
  font-weight: bold;
  font-family: Josefin Sans, arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem; }

.bypostauthor > .comment-body {
  position: relative;
  padding: 1em;
  margin-bottom: 2em;
  background: #ededed;
  border: none; }

.comment-reply-title {
  margin-bottom: .5em;
  font-weight: normal;
  text-align: left;
  font-size: 20px;
  font-size: 2rem; }

.comment-form {
  padding-bottom: 4rem;
  font-family: Josefin Sans, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: solid #cccccc 1px; }
  .comment-notes {
    text-align: left; }

  .comment-form-email, .comment-form-author, .comment-form-url {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 8px; }

  .comment-form-comment label {
    display: none !important; }

  .comment-form-url {
    margin-bottom: 25px; }

  .form-submit {
    font-family: Josefin Sans, arial, sans-serif;
    text-align: left; }
  .comment-form textarea {
    font-family: Josefin Sans, arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem; }
  .comment-form label {
    display: block;
    text-align: left;
    vertical-align: middle;
    padding-top: 3px;
    margin-right: 15px;
    width: 61px; }

.required {
  color: red; }

.comment-awaiting-moderation {
  /* Green background color to make moderation seem less aggressive */
  padding: .5rem 1rem;
  margin: 1rem 0;
  font-family: Josefin Sans, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  color: white;
  background: #84bd68;
  background: #83bc67; }

.comment-respond .form-allowed-tags {
  display: none; }

@media screen and (max-width: 600px) {
  .comment-list ol {
    margin-left: 0; }

  .comment-content ol {
    margin-left: 1.5em; }

  .comment-content,
  .reply {
    margin-left: 0; } }
.affiliate-button-next, .affiliate-button-prev {
  font-family: stylescrapbookregular; }

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* Featured Images */
/* Featured Images */
.single-post-thumbnail {
  background: #fffff url(images/pattern.svg) repeat; }

.single-post-thumbnail img {
  display: block;
  margin: 0 auto; }

.small-index-thumbnail img {
  display: block;
  margin: 0 auto; }

.small-index-thumbnail
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .small-index-thumbnail
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption-text {
    text-align: center; }
  .small-index-thumbnail
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

@media screen and (min-width: 1820px) {
  .image-shifter {
    width: 1060px;
    float: none;
    margin: 0 auto; } }
@media screen and (min-width: 1540px) and (max-width: 1820px) {
  .image-shifter {
    margin-right: 380px; } }
@media screen and (min-width: 1440px) and (max-width: 1819px) {
  .image-shifter {
    width: 1060px;
    float: right; } }
/* footer.scss */
.site-footer {
  clear: both;
  width: 100%; }

.footer-widgets {
  margin: 0 auto; }

.footer-widgets .widget-title,
.footer-widgets .widget a:hover {
  color: #fff;
  color: white;
  border-color: #fff;
  border-color: white; }

.footer-widgets .widget {
  float: left;
  width: 320px;
  margin: 0 4rem 8rem 4rem; }

.social-count-bar div {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 20%; }
  .social-count-bar div a {
    text-decoration: none; }
  .social-count-bar div:before {
    content: "";
    background-image: -webkit-image-set(url(sprites/sprites.jpg) 1x, url(sprites/sprites_2x.jpg) 2x);
    background-image: -moz-image-set(url(sprites/sprites.jpg) 1x, url(sprites/sprites_2x.jpg) 2x);
    background-image: -o-image-set(url(sprites/sprites.jpg) 1x, url(sprites/sprites_2x.jpg) 2x);
    background-image: -ms-image-set(url(sprites/sprites.jpg) 1x, url(sprites/sprites_2x.jpg) 2x);
    background-repeat: no-repeat;
    width: 30px;
    background-position: -425px -268px;
    height: 30px;
    right: -40px;
    margin-right: 5px; }

.social-count-bar div.twitter-container:before {
  background-position: -499px -268px; }

.social-count-bar div.instagram-container:before {
  background-position: -577px -268px; }

.social-count-bar div.bloglovin-container:before {
  background-position: -538px -268px; }

.social-count-bar div.google-container:before {
  background-position: -460px -268px; }

.row {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.row.no-gutter .col-20 {
  width: 20%; }

.social-count-bar.row.no-gutter {
  padding: 1% 5%;
  background-color: whitesmoke;
  font-family: Josefin Sans, arial, sans-serif;
  text-transform: uppercase;
  float: left;
  width: 100%; }

.countboxes {
  display: inline-flex;
  text-align: center;
  font-size: 14px;
  font-size: 1.2rem;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: .2em; }

.site-footer a {
  color: #fff;
  color: white;
  letter-spacing: .075em; }

.instagramimages {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.insta-link {
  display: inline-flex;
  cursor: pointer; }
  .insta-link img {
    height: auto;
    height: 100%;
    width: 100%;
    vertical-align: bottom; }
    .insta-link img:hover, .insta-link img:focus {
      opacity: .7; }

.site-footer {
  padding: 2em 0 .3em 0;
  font-family: Josefin Sans, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  color: white;
  background: black; }

.site-footer-bar {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-content: center;
  flex-wrap: wrap; }

.site-footer-sociallinks {
  display: inline-flex;
  width: 100%;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 1%;
  text-align: center; }
  .site-footer-sociallinks > a:hover {
    text-decoration: none;
    opacity: .75; }

.icon-grouper {
  width: 21%;
  margin: 0 auto 12px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }
  .icon-grouper > a {
    vertical-align: middle;
    font-size: 20px;
    width: 16.6666666667%;
    color: gray;
    font-family: stylescrapbookregular;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .icon-grouper > a:hover {
      color: white;
      text-decoration: none;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }

.logo-icon {
  font-family: stylescrapbookregular; }

.site-footer-logobar {
  height: 100px;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  overflow-y: hidden; }

.logo-icon {
  width: 100%;
  font-size: 25em;
  line-height: .25em;
  text-align: center; }

span.spacing {
  display: table-cell; }

.site-footer-developerblock {
  vertical-align: top;
  display: none; }

.developer-link {
  font-family: Josefin Sans, arial, sans-serif;
  letter-spacing: .1em;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  color: gray !important;
  height: 64px !important;
  vertical-align: middle;
  display: table-cell;
  text-align: center; }

.site-info {
  text-align: center; }
  .site-info a {
    font-family: Josefin Sans, arial, sans-serif;
    font-weight: 300;
    color: gray; }

.icon-before {
  padding-right: 10px; }

.google-container, .twitter-container {
  display: none; }

/* === Desktop === */
@media all and (min-width: 1024px) {
  .social-count-bar.row.no-gutter {
    padding: 1% 2%; }

  .site-footer-sociallinks {
    display: inline-flex;
    width: 100%;
    vertical-align: top;
    margin-top: 1%;
    margin-bottom: 1%; }

  .desktop-33 {
    width: 33%; }

  .desktop-gone {
    display: none; }

  .desktop-show {
    display: block; }

  span.icon-grouper {
    width: 273px; }

  .site-footer-developerblock {
    display: block; }

  .icon-grouper > a {
    color: white; } }
@media screen and (max-width: 1080px) {
  .twitter-container, .google-container {
    display: none !important; }

  .social-count-bar div {
    width: 33%; } }
/* === Tablet === */
@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-show {
    display: block; }

  .tablet-gone {
    display: none; }

  .site-footer {
    font-size: 80%; }

  .tablet-100 {
    width: 100%; }

  .insta-link:nth-of-type(5) {
    display: none; }

  span.icon-grouper {
    width: 38%;
    margin: 5px auto 0; } }
@media screen and (max-width: 879px) {
  .site-footer-bar {
    flex-direction: column;
    -webkit-flex-direction: column; }

  .site-footer-logobar, .logo-icon {
    text-align: center; }

  #footer-widgets {
    width: 100% !important; }

  .footer-widgets .widget {
    float: none;
    width: 100%;
    margin: 0 0 8rem; } }
/* === Phones === */
@media (max-width: 480px) {
  .entry-header, .entry-content, .entry-footer, .tag-links, .post-navigation {
    padding-right: 14px !important;
    padding-left: 14px !important; }

  .site-footer {
    padding: .5em 2em .01em 2em; }

  .site-footer-sociallinks > a {
    letter-spacing: 43px; }

  .insta-link:nth-of-type(4), .insta-link:nth-of-type(5) {
    display: none; }

  .mobile-show {
    display: block; }

  .mobile-gone {
    display: none; }

  .site-footer-logobar {
    height: 84px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 1%; }

  .site-footer-sociallinks {
    margin-bottom: 4%;
    margin-top: 1%; }

  .col-100 {
    width: 100%; }

  .logo-icon {
    font-size: 20em;
    margin-left: 16px; }

  span.icon-grouper {
    width: 70%;
    margin: 5px auto 0; }

  .site-info {
    text-align: center;
    font-size: 83%; }

  .site-info a:last-of-type {
    margin-bottom: 15px; } }
@media screen and (max-width: 680px) {
  .social-count-bar div:before {
    display: none; } }
@media screen and (max-width: 550px) {
  .social-count-bar div:before {
    display: block; }

  .icon-before {
    display: none; } }
