/*
 Theme Name:   Jenny Set Go
 Author:       Anne Michelle Creative
 Author URI:   http://www.annemichellecreative.com
 Template:     Paisley
 Text Domain:  jenny-set-go
*/

body {
    font-family: 'Lato', verdana, sans-serif;
    letter-spacing: 0.03em;
    width: 100%;
    overflow-x:hidden;
}

h1 {
    font-family: QuickpenBold;
}

h2, h3, h4, h5, h6 {
    font-family: 'Quando';
    letter-spacing: 0.1em;
}
hr {
    border-bottom: solid 3px #f7e8dc;
    margin: 30px 0;
}
.header {
    padding: 0;
}
.header img {
    margin: 0 auto;
}
.bluchic-social-icons-wrap, .bluchic-social-icons-wrap ul.bluchic-social-icons li {
    z-index: 0;
}

ul#menu-main-menu {
    z-index: 10;
}
#header a {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}
.home .header {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

a[href="#jenny-sticky-menu"], a[href="#jenny-sticky-menu"] img{
    width:45px;
    height: 36px;
}
.nav .site_title {
    font-size: 7vw;
    font-family: 'Quickpen','Lato',serif;
    letter-spacing: 0.1em;
    color: #eab296;
    text-transform: none;
    display: none;
    margin-top:10px;
}

.footer-nav {
    display: none;
}

.is-sticky > nav {
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.is-sticky .nav .site_title {
    display: block;
}

.nav {
    padding: 0;
}
.nav ul li {
    text-align: center;
    display: block;
    float: none;
}

.nav ul ul {
    opacity: 1;
    position: static;
    height: auto;
    visibility: visible;
    border: none;
    width: auto;
    display: none;

}
#menu-toggle {
    font-size: 1em;
    border: none!important;
    padding: 12px;
    background-color: #eab296!important;
    color: #fff;
    margin-top: 0;
    width: 90%;
}



.nav ul li.has-sub > a:after {
    display: none;
}
form.search {
    width: 90%;
    margin: 0 auto;
    display: none;
}
#jenny-sticky-menu .menu {
  height: 0;
}

#jenny-sticky-menu .menu .menu-item {
  /*transform: scaleY(0);*/
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}



#jenny-sticky-menu.toggled-on .menu .menu-item {
  /*transform: scaleY(1);*/
  opacity: 1;
  background-color: #fff;
  height: auto;
}

#jenny-sticky-menu-sticky-wrapper .bluchic-social-icons {
  display: none;
}


a.insta-img {
    background-color: #beaea7;
}
.article .post-thumbnail img {width: 100%;height: auto;}
.home .blog .article .post-thumbnail img {width: auto;height: auto;}


select, textarea, input {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px rgba(219,205,202,0.5);
    box-shadow: 0 0 2px rgba(219,205,202,0.5) inset;
    color: rgba(219,205,202,0.7);
  font-weight: 700;
  text-transform: uppercase;
    letter-spacing: 0.05em;
}

select:focus, textarea:focus, input:focus {
    border: solid 1px rgba(219,205,202,1);
    box-shadow: 0 0 2px rgba(219,205,202,0.5) inset;
}

input::placeholder {
    color: rgba(219,205,202,0.7);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(219,205,202,0.7);
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
    letter-spacing: 0.05em;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(219,205,202,0.7);
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
    letter-spacing: 0.05em;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(219,205,202,0.7);
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
    letter-spacing: 0.05em;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(219,205,202,0.7);
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
    letter-spacing: 0.05em;
}

button, .button, input[type=submit] {
    border: solid 4px #dbcdca!important;
    background-color: transparent!important;
    font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
    color: #dbcdca;
}

button:hover, .button:hover, input[type=submit]:hover {
    border: solid 4px #eab296!important;
    color: #eab296;
    background-color: transparent;
    box-shadow: none;
}
form[role=search] fieldset {
    position: relative;
}

button.input-button.icon {
    position: absolute;
    right: 0;
    top: 0;
    border: solid 0px #fff!important;
    padding: 6px;
    color:#f4d1be;
    font-size: 14px;
}

button.input-button.icon:hover, button.input-button.icon:focus {
    box-shadow: none;
    color:#eab296;
}

a.readmore.button {
    padding: 5px 10px;
    display: block;
    float: right;
}

.archive .article .entry-title, h3.pagetitle {
    font-family: 'Quickpen';
    text-transform: none;
    padding: 0.5em;
    font-size: 2.2em;
    font-weight: 300;
    letter-spacing: 0;
    text-align: left;
    color: #eab296;

}

.article .post-meta, .article .post-meta a, .article .post-date, .article .post-list-category {
    color: #998c86;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    background: transparent;
}

.blog .article .post-meta, .archive .article .post-meta {
    background: transparent!important;
    padding: 0;
}

li.next, li.previous {
    font-weight: 700;
}
.single .post-category {
    display:  inline-block;
}

.single .post-category:before {
    display: none;
}
.the_champ_sharing_title {
    float: left;
    line-height:40px;
    padding-right:10px;
}

ul.the_champ_sharing_ul {
    float:left;
}
.comment-form {
    background: #fff8f3;
    border: none;
}

.comment-reply-title {font-family: 'Quickpen';font-size: 2.1em;color: #eab286;letter-spacing: 0;padding-left: 10px;}

.comment-textarea {
    width: 100%;
}

#commentform input#submit {
    border: solid 4px #f4d1be!important;
    color: #f4d1be;
}

#commentform input#submit:hover {
    border: solid 4px #eab296!important;
    color: #eab296;
}
#cancel-comment-reply-link, a.comment-reply-link {
    color: #fff!important;
    font-weight: 700;
    padding: 3px 10px;
    display: inline-block;
    font-size:14px;
    line-height: 24px;
}
.article-list.video {
    width: 100%;
}

.article-list.video .post-read-more {
    display: none;
}

.section {
    margin: 0;
}

.wp-caption {
    background: #fff8f3;
}


.home #jenny-sticky-menu-sticky-wrapper .bluchic-social-icons {
    margin-bottom: 15px;
}

.home #jenny-sticky-menu-sticky-wrapper #jenny-sticky-menu {
    background: transparent;
    position: relative;
    top: -45px;
}




.home #jenny-sticky-menu-sticky-wrapper.is-sticky .bluchic-social-icons {
    margin-bottom:0;
}

.home #jenny-sticky-menu-sticky-wrapper.is-sticky #jenny-sticky-menu {
  background-color: #fff;
    top:0;
}

    .home article.left {
    width: 100%;
}

.home article.right {
    width: 100%;
}


@media (max-width: 480px){
.article-list {max-width: none;margin: 0 auto;}
}

@media screen and (min-width: 600px){
    .admin-bar .is-sticky #jenny-sticky-menu {
  top: 46px!important;
    }
}
@media screen and (min-width: 783px) {
  .admin-bar .is-sticky #jenny-sticky-menu {
    top: 32px!important;
  }
}
.bluchic-social-icons-wrap {
    padding: 0;
}
.bluchic-social-icons-wrap ul.bluchic-social-icons li a {
    background-size: contain;
    padding: 0;
}

.bluchic-social-icons-wrap ul.bluchic-social-icons li a:before {
    display: none;
}

.bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-facebook {
    background: url(images/facebook.png) center center no-repeat;
    background-size: contain;
}
.bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-twitter {
    background: url(images/twitter.png) center center no-repeat;
    background-size: contain;
}
.bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-instagram {
    background: url(images/instagram.png) center center no-repeat;
    background-size: contain;
}
.bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-pinterest {
    background: url(images/pinterest.png) center center no-repeat;
    background-size: contain;
}
.bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-envelope {
    background: url(images/facebook.png) center center no-repeat;
    background-size: contain;
}

.home .bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-facebook {
    background: url(images/facebook-white.png) center center no-repeat;
    background-size: contain;
}
.home .bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-twitter {
    background: url(images/twitter-white.png) center center no-repeat;
    background-size: contain;
}
.home .bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-instagram {
    background: url(images/instagram-white.png) center center no-repeat;
    background-size: contain;
}
.home .bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-pinterest {
    background: url(images/pinterest-white.png) center center no-repeat;
    background-size: contain;
}
.home .bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-envelope {
    background: url(images/facebook-white.png) center center no-repeat;
    background-size: contain;
}

.home .is-sticky .bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-facebook {
    background: url(images/facebook.png) center center no-repeat;
    background-size: contain;
}
.home .is-sticky .bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-twitter {
    background: url(images/twitter.png) center center no-repeat;
    background-size: contain;
}
.home .is-sticky .bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-instagram {
    background: url(images/instagram.png) center center no-repeat;
    background-size: contain;
}
.home .is-sticky .bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-pinterest {
    background: url(images/pinterest.png) center center no-repeat;
    background-size: contain;
}
.home .is-sticky .bluchic-social-icons-wrap ul.bluchic-social-icons li .fa-envelope {
    background: url(images/facebook.png) center center no-repeat;
    background-size: contain;
}
.blog .article .post-header, .archive .article .post-header {
    text-align: center;
}
.article-list {
}
.blog .article-list .post-title, .blog .article-list .post-title a, .archive .article-list .post-title, .archive .article-list .post-title a {
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}

.blog .article .post-date, .archive .article .post-date {
    display: inline;
}

.blog .article .post-date:before, .archive .article .post-date:before {
    width: 85%;
    height: 2px;
}
.blog .article .post-list-category, .archive .article .post-list-category {
    position: static;
    display: inline;
}

.signature {
}
.article .post-header {
    margin: 0;
}
.single .article .post-title, .page .article .page-title, .error404 .article .page-title, .search .article .page-title {
    padding: 0.5em;
    text-align: left;
}
.blog .article.front-page .post-header {
    text-align: left;
    padding-bottom: 10px;
}

.blog .article-list.front-page .post-title {
    text-align: left;
}

.blog .article.front-page .post-meta {
    text-align:left;
}


.blog .article.front-page .post-date {
    position:relative;
    padding-left: 0;
    display: inline-block;
}

.blog .article.front-page .post-date:before {
    display: none;
    width:2px;
    height: 20px;
    left: 8px;
    top:4px;
    position: absolute;
}

article.front-page {
    border-bottom:  solid 3px #f7e9dc;
    padding: 10px 0 20px;
}

.blog-categories {
    width: 100%;
    max-width: 1100px;
    overflow-x: hidden;
    margin: 0 auto 40px;
}


.breadcrumb {
    background: #fff8f3;
    border: none;
    color: #998c86;
    padding: 0.5em 0.5em 0.5em 1.3em;
}
ul.post-related {list-style: none;font-size: 1.2em;font-weight: 700;margin: 0;}

.side-widget {
    border-top: none;
    padding-top: 0;
    margin-bottom: 30px;
}

.side-widget h3 {
    background-color: #eab296;
    color:  #fff;
    padding: 1em;
}
.widget_ace_author {
    text-align: center;
}
.widget_ace_author img {
    float: none;
}

.footer-inner-wrap {
    border-top: none;
    margin: 0;
    padding: 0;
}
#footer .logo img {
    max-width: 450px;
    height:  auto;
    margin-bottom: 0;
    width: 90%;
}

.footer-instagram {
    background-color: #f7e8dc;

}
#ace-instafeed .insta-img {
    opacity: 0.7;
}


.widget_jenny_featured {
    display: block;
    margin: 10px auto 0;
    width: 90%;
    height: 90%;
    width: 90vw;
    height: 90vw;
        position: relative;
        max-height: 250px;
}
.widget_jenny_featured img {
    width: auto;
    height: auto;
    min-height: 90vw;
    min-width: 90vw;
}

.blog-categories h3 {
    font-size: 26px;
    font-weight: 700;
    font-family: 'Lato', Verdana, sans-serif;
    font-weight: 700;
    color:#fff8f3;
}

.featured-categories {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background-color: rgba(153,140,134,0.5);
    background-blend-mode: soft-light;
}

.featured-categories:hover {
    background-color: rgba(0,0,0,0.3);
}
.featured-categories a {
    position: absolute;
    height: calc(100% - 38px);
    top: 15px;
    width: calc(100% - 38px);
    left: 15px;
    padding: 0!important;
    margin:0;
    border: solid 4px #fff8f3;
}

.featured-categories-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}



.featured-categories a:hover .featured-categories-title {
    color: #f4d1be;
}

.featured-categories a:hover  {
    border-color: #f4d1be;
}

@media (max-width: 1199px) and (min-width: 481px) {
    .aside {
        margin: 0;
        width: 35%;
    }
}


@media (max-width: 650px) {
    .nav ul, .footer-nav ul {
        display: block;
    }


    .section {
        width: 100%;
        margin:0;
    }
    .article-list {
        width: 100%;
        float: none;
        clear: both;
    }
    .aside {
        float: none;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 800px) and (min-width: 651px) {
    .article-list {
        float: none;
        width: 100%;
        min-height: 280px;
    }
}
@media (max-width: 1199px) and (min-width: 801px) {
    .article-list {
    min-height: 340px;
    margin-bottom: 10px;
}


}

@media (min-width: 1200px) {
    .container {
        max-width:1100px;
    }

    .aside {
        width: 330px;
        margin: 0;
    }
    .section {
    width: 700px;
}
    .article .post-thumbnail img {

}

.article-list {
    width: 330px;
    min-height: 352px;
}
}

@media (min-width: 481px) {

    #header a {
    max-width: 400px;
}
    .nav .site_title {
        font-size: 26px;
    }

}

@media (min-width: 651px) {
    .widget_jenny_featured {
        width: 30%;
        height: auto;
        width:30vw;
        height: 30vw;
        margin-left:2%;
        margin-left:2vw;
        display: inline-block;
    }
    .footer-nav {
    display: block;
}
    .nav ul  li {
    text-align: center;
    display: inline-block;
    float: none;
}
#jenny-sticky-menu .menu .menu-item {
  opacity: 1;
  height: auto;
}


.nav ul ul {
    opacity: 0;
    position: absolute;
    height: 0;
    visibility: hidden;
    width: 200px;
    display: none;
    border-top: 1px solid #eee

}

    .nav ul ul > li {
        display: block;
        text-align: left;
    }

    .nav ul li:hover > ul {
        opacity: 1;
    height: auto;
    visibility: visible;
    display: block;
    }
     .article-list.front-page {
    width: auto;
    float: none;
}
    #menu-toggle {
        display:none;
        order: 5;
    }
    #jenny-sticky-menu.toggled-on .menu, #jenny-sticky-menu .menu {
    display: block;
    height: auto;
}
        .home article.left {
    width: 30%;
}

.home article.right {
    width: 68%;
    padding-top: 20px;
}

}

@media (min-width: 901px) {

    .blog-categories {
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;

    }
    .blog-categories article {
    margin-bottom: 10px;
}
form.search {
  display: block;
}

#jenny-sticky-menu-sticky-wrapper .bluchic-social-icons {
  display: block;
}
/*
    .widget_jenny_featured {
        width: 25vw;
        height: 25vw;
        max-height: 100vh;

    }

    .widget_jenny_featured:nth-of-type(1) {
        width: 100vw;
        margin-right: 2vw;
    }

    .widget_jenny_featured:nth-of-type(1) .featured-categories {
        background-position: center 80%;
    }

    .widget_jenny_featured:nth-of-type(2) {
      width: 34vw;
    }
    .widget_jenny_featured:nth-of-type(3) {
      width: 58vw;
      margin-right: 2vw;
    }*/

    .nav .site_title {
        display: block;
        font-size: 20px;
        opacity:1;
    }
    #jenny-sticky-menu .wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content:space-around;
        max-width: 1100px;
        margin: 0 auto;

    }
    .home #jenny-sticky-menu .wrapper {
        max-width: auto;
    }
    .home .is-sticky #jenny-sticky-menu .wrapper {
        max-width: 1100px;
        margin: 0 auto;
    }
    .site_title {
        order: 1;
        margin-left: 6px;
    }
    #jenny-sticky-menu .menu {
        order: 2;
        flex-grow: 2;
        text-align: left;
    }
    #jenny-sticky-menu.toggled-on .menu .menu-item {
      background-color: transparent;
    }
    .bluchic-social-icons {
        order: 3;
    }
    form[role=search] {
    order: 4;
        margin-left: 6px;
        width: auto;
        margin-right: 6px;
}
    .nav a {
        padding: 15px 10px;
    }
    .home #jenny-sticky-menu-sticky-wrapper .bluchic-social-icons {
    margin-bottom: 0;
}
    .home #jenny-sticky-menu-sticky-wrapper #jenny-sticky-menu {
    top: -70px;
}

.home #jenny-sticky-menu li a {
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
}
    .home #jenny-sticky-menu ul ul li a {
    color: #beaea7;
}
.home #jenny-sticky-menu .site_title {
    color: #fff;
}

    .home .is-sticky #jenny-sticky-menu .site_title {
    color: #eab296;
}
    .home .is-sticky #jenny-sticky-menu li a {
        color: #beaea7;
    }


.home #jenny-sticky-menu-sticky-wrapper.is-sticky #jenny-sticky-menu {
    top: 0;
    background-color: #fff;
}
}
@media (min-width: 1115px) {
  .widget_jenny_featured {
    margin: 10px;
    width: 346px;
    height: 346px;
    max-height: 346px;
  }
  /*
  .widget_jenny_featured:nth-of-type(1) {
    width: 1100px;
    margin: 10px;
  }
  .widget_jenny_featured:nth-of-type(2) {
      width: 390px;
      margin: 10px;
  }
  .widget_jenny_featured:nth-of-type(3) {
      width: 670px;
      margin: 10px;
  }*/
     .article-list.front-page {
    width: 48%;
    float: left;
         height: 380px;
    overflow: hidden;
}
    .article-list.front-page:nth-child(2n) {
        margin-left: 4%;
    }
    .site_title {
        margin-left: 20px;
    }
    form[role=search] {
        margin-right: 20px;
    }
}
@media (min-width: 1200px) {




.home .is-sticky #jenny-sticky-menu a {
    color: inherit;
}

    .blog-categories h3 {
    font-size: 30px;
    }
    .home article.col3-1 {
    float: left;
        position: relative;
        top: -25px;
}

.home article.col3-2 {
    float: right;
}
    .home .normal article.col3-1 {
        top: 0;
}
}
