/*
Theme Name: Front Roe
Theme URI: http://louiseroe.com
Description: Front Roe theme for WordPress.
Author: BitPiston Studios
Author URI: http://bitpiston.com
Version: 2.0
*/


/* Resets and defaults
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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

/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after { box-sizing: border-box; }

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
    don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {
    display: block;
    margin: 75px 0;
    padding: 0;
    border: none;
    height: 10px;
    background: url(images/big-dots-bg.png) 0 50% no-repeat;
}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't screw with your line-heights
    gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* General
-------------------------------------------------------------------------------*/

/*
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
*/

body {
    font: normal normal 14px/1.4 'DidotLT-Roman', serif;
}

body, select, input, textarea {color: #000;}

a {
    color: #000;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #f3c6cc;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #58adf2; color: #fff; text-shadow: none;}
::selection {background: #58adf2; color: #fff; text-shadow: none;}

/*  j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #58adf2;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}
p {margin: 0 0 1.4em;}


/* Structure
-------------------------------------------------------------------------------*/

html, body {
    min-width: 1046px;
    background: #fff;
}

#content {
    max-width: 1046px;
    margin: 0 auto;
    clear: both;
}

#main {
    width: 706px;
    float: left;
}

#sidebar {
    width: 300px;
    float: right;
}

#content > #main:first-child, #content > #main:first-child + #sidebar {
    margin-top: 40px;
}


/* Header
-------------------------------------------------------------------------------*/

#header {
    clear: both;
}

#header-ad {
    margin: 25px auto 0;
    text-align: center;
}
#header-ad > div {
    display: inline-block;
}

#logo {
    text-align: center;
    padding: 50px 0;
}
#logo a {
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    background: url(images/logo.png) 0 0 no-repeat;
    background-size: 311px 55.5px;
    width: 311px;
    height: 55.5px;
    /* 622 x 111 */
}

#fixed-nav {
    /*
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-width: 1080px;
    */
    z-index: 9000;
    border-top: 1px solid #6d6d6d;
    border-bottom: 1px solid #6d6d6d;
    height: 50px;
    max-width: 1046px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 16px;
    position: relative;
}

#nav-primary > a {
    display: none;
    line-height: 50px;
    height: 50px;
    float: left;
}
#nav-primary li {
    float: left;
    display: block;
    line-height: 50px;
    height: 50px;
    margin-right: 30px;
    position: relative;
}
#nav-primary a {
    color: #000;
    font-family: 'MuseoSans-100', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}
#nav-primary a:hover, #nav-primary a:focus {
    color: #f3c6cc;
}

#nav-primary .sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
}
#nav-primary li:hover .sub-menu {
    display: block;
    background: #fff;
    border: 1px solid #6d6d6d;
    padding: 0 15px;
}
#nav-primary .sub-menu li {
    text-align: center;
    border-bottom: 1px solid #6d6d6d;
    width: 175px;
    height: 45px;
    line-height: 45px;
    margin-right: 0;
}
#nav-primary .sub-menu li:last-child {
    border-bottom: none;
}
#nav-primary .sub-menu li a {
    display: block;
    font-family:'DidotLT-Roman', serif;
    text-transform: lowercase;
    color: #484848;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#nav-primary .sub-menu li a:hover, #nav-primary .sub-menu li a:focus {
    color: #f3c6cc;
}

.social-menu {
    position: absolute;
    right: 45px;
    top: 13px;
}
.social-menu li, .post-social li {
    display: inline-block;
}
.social-menu a, .post-social a {
    display: block;
    position: relative;
    margin-left: 12px;
    color: #fff;
    background: #f3c6cc;
    border-radius: 100%;
    height: 26px;
    width: 26px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: color 0.5s, background 0.5s;
    transition: color 0.5s, background 0.5s;
}
.social-menu .pinterest i, .post-social .pinterest i {
    /*font-size: 18px;
    bottom: -3px;
    position: relative;*/
}
.social-menu span, .post-social span {
    display: none;
}
.social-menu a:hover, .social-menu a:focus, .post-social a:hover, .post-social a:focus {
    color: #f3c6cc;
    background: #fff;
}

#searchform {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
}
#searchform input[type=search] {
    font-family: 'MuseoSans-100', sans-serif;
    text-transform: uppercase;
    float: left;
    outline: none;
    -webkit-appearance: none;
    border: none;
    height: 27px;
    width: 275px;
    line-height: 29px;
    padding: 0 10px;
    background: #f3c6cc;
    color: #fff;
    display: none;
}
#searchform input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
#searchform button, #searchform .dummyBtn {
    font-size: 16px;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    display: block;
    float: right;
    margin-top: 4px;
    margin-left: 8px;
    height: 30px;
    width: 29px;
    background: transparent;
    color: #f3c6cc;
}
#searchform button {
    margin-top: -2px;
    margin-left: 1px;
    margin-right: 7px;
    padding: 0;
}
#searchform button, #searchform button span, #searchform .dummyBtn span {
    display: none;
}


/* Instagram
-------------------------------------------------------------------------------*/

#instagram-feed {
    max-width: 1046px;
    margin: 30px auto 60px;
}
#instagram-feed h2 {
    border-top: 1px solid #6d6d6d;
    font-family: 'MuseoSans-100', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    margin: 30px 0;
}
#instagram-feed h2 span {
    background: #fff;
    padding: 0 60px;
    max-width: 450px;
    display: block;
    margin: -30px auto 0;
}
#instagram-feed li {
    float: left;
    /*
    margin-right: 24px;
    margin-bottom: 24px;
    */
}
#instagram-feed li:nth-child(5n) {
    margin-right: 0;
}
#instagram-feed img {
    display: block;
    /*
    width: 190px;
    height: 190px;
    */
    width: 209.2px;
    height: 209.2px;
}


/* Footer
-------------------------------------------------------------------------------*/

#footer {
    clear: both;
    max-width: 1046px;
    margin: 0 auto;
    color: #484848;
    font-size: 14px;
    font-family: 'MuseoSans-100', sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-top: 1px solid #6d6d6d;
    padding: 15px;
    position: relative;
}

#footer .copyright {
    display: inline-block;
}

#footer .links {
    display: inline-block;
}
#footer .links li {
    display: inline-block;
}
#footer .links a {
    display: block;
    margin-left: 32px;
    text-decoration: none;
    color: #484848;
}
#footer .links a:hover, #footer .links a:focus {
    color: #000;
}

#footer .social-menu a {
    line-height: 22px;
}


/* FlexSlider
-------------------------------------------------------------------------------*/

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

.flex-control-nav {
    padding: 16px 0;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
}
.flex-control-nav a {
    position: relative;
    z-index: 1000;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    width: 8px;
    height: 8px;
    background: #000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    margin: 0 7px;
}
.flex-control-nav a:hover {
    background: #ead8a8;
}
.flex-control-nav a.flex-active {
    background: #ead8a8;
    cursor: default;
}
.flex-control-nav a.flex-active:hover {
    background: #ead8a8;
    cursor: default;
}
.flex-direction-nav {
    height: 0;
}
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
    display: block;
    height: 0;
    text-indent: -9999px;
}
.flex-direction-nav .flex-prev::after, .flex-direction-nav .flex-next::after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.25s linear 0s, visibility 0.25s linear 0.25s;
    transition: opacity 0.25s linear 0s, visibility 0.25s linear 0.25s;
    position: absolute;
    top: -webkit-calc(50% - 32px);
    top: calc(50% - 32px);
    height: 64px;
    width: 64px;
    z-index: 1000;
    color: #fff;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 64px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 64px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    text-indent: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev::after, .flexslider:hover .flex-direction-nav .flex-next::after,
.flexslider.hover .flex-direction-nav .flex-prev::after, .flexslider.hover .flex-direction-nav .flex-next::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.25s linear 0.3s, visibility 0.25s linear 0s;
    transition: opacity 0.25s linear 0.3s, visibility 0.25s linear 0s;
}
.flex-direction-nav .flex-prev:hover::after, .flex-direction-nav .flex-next:hover::after {
    color: #ead8a8;
}
.flex-direction-nav .flex-prev::after {
    left: 0;
    content: "\f104";
}
.flex-direction-nav .flex-next::after {
    right: 0;
    content: "\f105";
}


/* General
-------------------------------------------------------------------------------*/

.page-title {
    font-family: 'MuseoSans-100', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 auto 30px;
    text-align: center;
}
#content > section .page-title {
    margin-top: 30px;
}

.single #content img, .page #content img {
    width: auto;
    max-width: 100%;
    height: auto;
}


/* Home
-------------------------------------------------------------------------------*/

#wrapper #slideshow {
    width: 100%;
    max-width: 1046px;
    margin: 40px auto;
    padding: 0;
    height: 450px;
    position: relative;
}
#slideshow .slides li {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
}
#slideshow .slides a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#slideshow .slides span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    color: #000;
    font-family: 'MuseoSans-300', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 22px 20px 16px;
}

/* Shop
-------------------------------------------------------------------------------*/

#shop-menu {
    text-align: center;
    margin-bottom: 30px;
}
#shop-menu ul {
    font-size: 0;
    border: 1px solid #fce2e1;
    display: inline-block;
    height: 70px;
}
#shop-menu li {
    display: inline-block;
}
#shop-menu a {
    font-size: 14px;
    display: block;
    text-transform: lowercase;
    text-decoration: none;
    padding: 25px 15px 25px;
}
#shop-menu li:last-child a {
    padding-right: 30px;
}
#shop-menu li:nth-child(2) a {
    padding-left: 30px;
}
#shop-menu .home a {
    font-family: 'MuseoSans-100', sans-serif;
    text-transform: uppercase;
    background: #fce2e1;
    padding: 25px 30px;
}
#shop-menu .home a:hover, #shop-menu .home a:focus {
    color: #fff;
}

.boutique-widget .bo-garden {
    max-width: none !important;
}

.boutique-widget .bo-con {
    margin: 7px !important;
}
.boutique-widget .bo-con::after, .boutique-widget .bo-con::before {
    display: none !important;
}

.boutique-widget .bo-box {
    width: 158px !important;
    padding: 0 !important;
}


/* Ask / Contact / Comments Form
-------------------------------------------------------------------------------*/

.wpcf7-form {
    margin: 75px 0;
}
form .row,
.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 32px;
}
.wpcf7-text, .wpcf7-email, .wpcf7-textarea,
input[type=text], input[type=email], textarea {
    width: 100%;
    border: none;
    border: 1px solid #6d6d6d;
    font-family: 'MuseoSans-100', sans-serif;
    outline: none;
    -webkit-appearance: none;
    display: block;
}
form label {
    font-family: 'MuseoSans-100', sans-serif;
    text-transform: uppercase;
    padding-right: 24px;
}
.wpcf7-form-control-wrap,
#signup input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.wpcf7-submit,
input[type=submit] {
    float: right;
    background: transparent;
    border: 1px solid #000;
    padding: 9px 12px 3px;
    font-size: 24px;
    font-family: 'MuseoSans-100', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-appearance: none;
}

.form-submit {
    min-height: 42px;
}


/* Blog Excerpts
-------------------------------------------------------------------------------*/

.posts-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

article.post {
    clear: both;
}
.home article.post {
    width: 100%;
    padding: 30px;
    margin-bottom: 40px;
    border: 1px solid #6d6d6d;
}
.category article.post,
.search article.post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 60px) / 3);
        -ms-flex: 0 0 calc((100% - 60px) / 3);
            flex: 0 0 calc((100% - 60px) / 3);
    margin: 0 30px 30px 0;
    border: 1px solid #e5e5e5;
}

.archive article.post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 60px) / 3);
        -ms-flex: 0 0 calc((100% - 60px) / 3);
            flex: 0 0 calc((100% - 60px) / 3);
    margin: 0 30px 30px 0;
    border: 1px solid #e5e5e5;
}

.category article.post:nth-child(3n), .search article.post:nth-child(3n), .archive article.post:nth-child(3n) {
    margin-right: 0;
}

.post-thumbnail img {
    width: 340px;
    height: 340px;
}
.home .post-thumbnail {
    float: left;
    margin: 50px 30px 50px 0;
}
.home .post-thumbnail img {
    width: 315px;
    height: 315px;
}
.category .post-thumbnail, .search .post-thumbnail, .archive .post-thumbnail {
    margin: -1px -1px 0;
}
.category .post-thumbnail img, .search .post-thumbnail img, .archive .post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #6d6d6d;
}

.category .post-body, .search .post-body, .archive .post-body {
    padding: 15px;
}

.post-title {
    font-family: 'MuseoSans-100', sans-serif;
    text-transform: uppercase;
}
.post-title a {
    text-decoration: none;
}
.home .post-title {
    margin: 15px 0;
    font-size: 18px;
}
.category .post-title, .search .post-title, .archive .post-title {
    margin-bottom: 15px;
    font-size: 16px;
}

.home .read-more {
    border-top: 1px solid #6d6d6d;
    margin-top: 30px;
    margin-left: 345px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    font-family: 'MuseoSans-100', sans-serif;
}
.home .read-more span {
    position: relative;
    top: -15px;
    display: inline-block;
    height: 28px;
    padding-left: 15px;
    background: #fff;
}
.home .read-more a {
    display: inline-block;
    background: #525153;
    text-decoration: none;
    color: #fff;
    height: 28px;
    padding: 5px 15px;
}
.category .read-more, .search .read-more, .archive .read-more {
    text-align: right;
}
.category .read-more a, .search .read-more a, .archive .read-more a {
    color: #f3c6cc;
    text-transform: lowercase;
    text-decoration: none;
}

.home .louise-loves {
    margin-left: 345px;
}
.home .louise-loves h3 {
    margin: 15px 0 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'MuseoSans-100', sans-serif;
}
.home .louise-loves ul {
    height: 73px;
}
.home .louise-loves li {
    float: left;
    margin-right: 25px;
}
.home .louise-loves img {
    width: 73px;
    height: 73px;
}

.post-social {
    margin-top: 30px;
}
.louise-loves + .post-social {
    margin-top: 50px;
}
.post-social ul {
    text-align: center;
    margin-right: 30px;
}
.post-social a {
    height: 30px;
    width: 30px;
    line-height: 39px;
    font-size: 20px;
    margin: 0 12px;
}
.post-social .pinterest i {
    font-size: 27px;
    bottom: -4px;
}

.wp-pagenavi {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'MuseoSans-100', sans-serif;
    text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
    border: 1px solid #e5e5e5;
}
.wp-pagenavi .current {
    border-color: #000;
}


/* Blog Singles
-------------------------------------------------------------------------------*/

.single .post-title {
    margin: 30px auto 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'MuseoSans-100', sans-serif;
}
.single .post-time {
    font-size: 18px;
    margin-bottom: 30px;
}
.single .post-thumbnail {
    margin-bottom: 30px;
}
.single .post-social {
    margin-bottom: 30px;
}

.wp_rp_wrap {
    padding: 30px 60px 60px;
    border: 1px solid #f3c6cc;
}
.related_post_title, .comments-wrapper h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'MuseoSans-100', sans-serif;
    text-align: center;
    margin-bottom: 30px;
}
.related_post li {
    display: inline-block;
    margin-right: 30px;
    width: -webkit-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
}
.related_post li:last-child {
    margin-right: 0;
}
.related_post .wp_rp_title, .wp_rp_footer {
    display: none;
}

.comments-wrapper h3 {
    margin-top: 60px;
}
.comment {
    list-style-position: inside;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.comment:last-child {
    border-bottom: none;
}
.comment-body p:last-child {
    margin: 0;
}
.comment .avatar {
    display: none;
}
.comment-body {
    position: relative;
}
.comment-meta {
    position: absolute;
    top: 0;
    right: 0;
}

#respond {
    margin-bottom: 30px;
}


/* Sidebar Widgets
-------------------------------------------------------------------------------*/

#sidebar aside {
    margin-bottom: 40px;
}

#sidebar img {
    max-width: 100%;
}

.book_widget a {
    text-decoration: none;
    position: relative;
    display: block;
}
.book_widget img {
    display: block;
}
.book_widget a::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(243, 198, 204, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.book_widget a span {
    font-family: 'MuseoSans-100', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.book_widget a:hover::before, .book_widget a:focus::before {
    opacity: 1;
}
.book_widget a:hover span, .book_widget a:focus span {
    color: #000;
    opacity: 1;
}


/* Signup Overlay
-------------------------------------------------------------------------------*/

#signup.signup-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
}
#signup .overlay-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
#signup .overlay-content {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 750px;
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 42px;
    background: #000;
    color: #fff;
    text-align: center;
    font-family: 'MuseoSans-100', sans-serif;
}
#signup .close-btn {
    display: block;
    height: 31px;
    width: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    color: #fff;
    font-size: 34px;
}
#signup h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#signup p {
    margin-bottom: 32px;
    margin: 0 0 50px;
    font-size: 14px;
}
#signup input[type=text], #signup input[type=email] {
    background: #000;
    color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    font-family: 'MuseoSans-100', sans-serif;
}
#signup input[type=submit] {
    color: #fff;
    border-color: #fff;
}


/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 1068px) {
    * {
        -webkit-text-size-adjust: 100%;
    }

    html, body, #fixed-nav, #footer {
        min-width: -webkit-calc(100% - 30px);
        min-width: calc(100% - 30px);
    }
    #fixed-nav, #footer, #content, #instagram-feed {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
    #wrapper {
        margin-top: 0;
    }

    #fixed-nav {
        height: auto;
        min-height: 50px;
    }
    #nav-primary:not( :target ) > a:first-of-type, #nav-primary:target > a:last-of-type {
        display: block;
    }
    #nav-primary > ul {
        display: none;
        background: #fff;
        width: 100%;
        padding-top: 100px;
        padding-bottom: 50px;
    }
    #nav-primary:target > ul {
        display: block;
    }
    #nav-primary li {
        float: none;
        margin-right: 0;
        width: 100%;
        line-height: 50px;
        height: auto;
        min-height: 50px;
        text-align: center;
    }
    #nav-primary .sub-menu {
        display: none;
        position: static;
        top: auto;
        left: auto;
    }
    #nav-primary li:hover .sub-menu {
        display: none;
        background: none;
        padding: 0;
    }

    #nav-primary li.menu-item-has-children:hover::after {
        display: none;
    }
    #nav-primary .sub-menu li {
        border-bottom: none;
        width: auto;
        height: auto;
        min-height: 50px;
        line-height: 50px;
    }
    #nav-primary .sub-menu li a {
        font-family: 'MuseoSans-100', sans-serif;
        text-transform: uppercase;
        color: #000;
    }
    #menu-item-215 > .sub-menu > li:first-child, #menu-item-133 > .sub-menu {
        display: none;
    }

    #heading-image, #wrapper #slideshow, #slideshow .slides li {
        height: 400px;
    }

    #main {
        width: 680px;
    }

    #instagram-feed li {
        width: -webkit-calc(100% / 5);
        width: calc(100% / 5);
    }
    #instagram-feed img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1023px) {
    #main {
        width: 100%;
        float: none;
    }
    #sidebar {
        float: none;
        width: 100%;
        margin-top: 40px;
    }

    .embed_widget iframe {
        width: 100%;
    }
    #sidebar img {
        width: 100%;
    }

    #signup .overlay-content {
        height: 100%;
        width: 100%;
        padding: 30px;
    }
}

@media screen and (max-width: 568px) {
    #heading-image, #wrapper #slideshow, #slideshow .slides li {
        height: 300px;
    }
    #slideshow .slides span {
        padding: 12px 10px 6px;
    }

    .category article.post, .archive article.post {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .home .post-thumbnail {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 30px;
        float: none;
    }
    .home .post-thumbnail img {
        width: 100%;
        height: auto;
    }
    .home .read-more, .home .louise-loves {
        margin-left: 0;
    }

    #shop-menu ul, #shop-menu li {
        display: block;
        height: auto;
    }
    #shop-menu li:nth-child(2) a, #shop-menu li:last-child a {
        padding-left: 15px;
        padding-right: 15px;
    }

    #instagram-feed {
        margin-top: 0;
    }
    #instagram-feed h2 {
        border: none;
        margin-top: 0;
    }
    #instagram-feed h2 span {
        margin: 0 auto;
    }
    #instagram-feed li {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
    #instagram-feed li:last-child {
        display: none;
    }

    #footer .links a {
        margin-left: 0;
        margin-right: 1.5em;
    }
    #footer .social-menu {
        display: none;
    }

    #signup .close-btn {
        top: 2px;
        right: 5px;
    }
    #signup h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 420px) {
    #social-menu {
        display: none;
    }

    #signup .overlay-content {
        padding: 12px;
    }
    #signup .close-btn {
        top: 2px;
        right: 5px;
    }
}
