/*
Theme Name:     Just Jessie B - Blog-Doo Child Theme
Description:    
Author:         blog-doo
Template:       sprout-spoon

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


body {
    font-family: 'Open Sans', sans-serif;
}
#wrapper {
    width: 100%;
}

.instaside {
margin-top: 2% !important;
}

/* About Page */

.page-template-page-about .post-entry,
.page-template-page-about .about-lower-section {
    column-count: 2;
    column-gap: 50px;
}

.page-template-page-about .about-lower-section {
    margin-bottom:  60px;
}

.page-template-page-about .about-lower-section p {
    margin-bottom:  20px;
}

.page-template-page-about h1,
.page-template-page-contact h1 {
    border-bottom: 1px solid #000;
    padding: 0 60px 20px;
    font-size: 30px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    position:relative;
}

.page-template-page-about h1:before,
.page-template-page-contact h1:before {
    position: absolute;
    border-bottom: 1px solid #000;
    bottom: -8px;
    content: "";
    left: 0;
    right: 0;
}
.page-template-page-about .page-header:after {
    content: "Hi! I'm Jessie";
    font-family: 'Open Sans', sans-serif;
    font-size: .7em;
    margin: 14px auto 0;
    display: block;
    padding: 20px 0;
}

.page-header:after {
display: none;    
}

.page-template-page-about .about-popular-posts {
    margin: 90px auto;
    padding: 30px;
    background: #F8F7F4;
    text-align: center;
}

.page-template-page-about .about-popular-posts h2 {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 15px;
}

.page-template-page-about .about-popular-posts p {
    margin-bottom: 30px;
    font-size: 12px;
}

.page-template-page-about ul.wpp-list li div.feat-title {
    text-align: center;
    margin-top: -30px;
    background: #fff;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    padding: 10px 10px 20px 10px;   
    z-index: 9999;
    top: inherit;
    left: inherit;
    height: inherit;
    transform:translate(0,0);
    
}

.page-template-page-about .about-popular-posts ul.wpp-list .feat-title h2 {
margin: 10px 0;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-size: 16px;
}

.page-template-page-about .about-popular-posts .feat-title a {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .2em;
    border-bottom: 1px solid #000;
    padding: 5px;
}

.page-template-page-about .about-popular-posts .feat-title a:hover {
    background: #000;
    color: #fff;
}

/* Grid Categories */
.grid-categories a img, 
.grid-categories a img {
    width: 150% !important;
    height: 200px !important;
    object-fit: cover;
}
.grid-categories h2 a {
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
    display: block;
}

/* Contact Page */

.page-template-page-contact .post-entry {
    width: 500px;
    margin: 0 auto;
}

.page-template-page-contact .post-entry p {
    margin-bottom: 30px;
}

.contact-page {

display: flex; padding: 30px; background: #fff; margin-top: -80px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
                        justify-content: space-between;
}

.contact-header {
     background: #F8F7F4;
    padding: 100px 0 150px;
    float: none;
}
/* Header */

#main {
    width: 60%;
}
a {color:#B27F5F; }
#main a:hover {
    text-decoration: underline;
}

#nav-wrapper {
    border-right: 1px solid #000;
}
#nav-wrapper .menu li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

#top-social {
    position: fixed;
    left: 30px;
    top: 50vh;
    flex-direction: column;
    display: flex;
    z-index: 999;
    transform: translate(0,-50%);
}

#top-social a, #mobile-social a {
    color: #000;
    font-size: 25px;
    margin: 0 0 10px 0;
    text-align: center;
}

#top-social a:hover, #mobile-social a:hover {
color: #B27F5F;
}
#top-search i {
    font-size: 12px;
    color: #645e64;
}

#top-search {
	display: block;
	position: static;
	padding-bottom: 10px;
}

#top-search form {
	position: relative;
}

#top-search input {
	padding-right: 20px;
	width: 100%;
}

#top-search i {
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translate(0px, -50%);
}

.popularcontent {
    width: 1080px;
}

.popularposts-desktop {
    height: 340px;    
}
.popularposts {
    width: 100vw;
    background: #E2D7CD;
    position: absolute;
    padding: 40px 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.popularposts a {
 color: #000;   
}

.popularposts a:hover {
 color: #000;   
    text-decoration:  none !important;
}

.wrapper {
    width: 1250px;
    margin: 0 auto;
    display: flex;
}
.populartitle {
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
    margin: 0 40px;
    text-align: center;
    font-size: 25px;
    
}

.leftline {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 110%;
    position: absolute;
    width: 10px;
    top: -5%;
}

ul.wpp-list {
    display:flex;
    justify-content: space-between;
}
ul.wpp-list li {
    position: relative;
}
ul.wpp-list li div.box {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    width: 60%;
    background: rgba(255,255,255,.8);
    height: 60%;
    padding: 20px;
    text-align: center;
    transform: translate(-50%, -50%);
}

ul.wpp-list li div.box:hover  {
   background: rgba(255,255,255,1);
}
ul.wpp-list li div div.cat {
    margin-bottom:  10px;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
}

ul.wpp-list li div a.text-title {
     font-size: 110%;
    text-transform: uppercase;
}

#wrapper > .container {
    width: 970px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

/* FOOTER */

.AlpinePhotoTiles_inpost_container {
    padding-bottom: 0px !important;
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
}

#instagram-footer {
    padding-top: 60px;
}

.insta-logo {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 120px;
    z-index: 999;
}
.footer-instagram {
    border-top: 1px solid #000;
    padding: 10px 0;
}

#footer-social {
    text-align: center;
    padding: 30px 0;
    border-top: 0px solid;
    border-bottom: 0px solid;
    border-color: #EAE8E0;
    background: #faf5f2;
    color: #000 !important;
}

#footer-social a {
    margin: 0 22px;
    color: #888;
    font-size: 10.5px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#footer-copyright p {
    font-size: 9.6px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .2em;
}

#footer-copyright {
    overflow: hidden;
    padding: 10px 0 0 0;
    border-top: 1px solid #000;
    margin-top: 10px;
}

.footerbg {
    width: 100%;
    background: #F8F7F4;
    overflow: auto;
}

.footerbg .left-copy {
    padding: 20px;
    border-left: 1px solid #000;
}

.footerbg .right-copy {
    padding: 20px;
    border-right: 1px solid #000;
}
#respond #submit {
    padding: 20px 28px 21px;
    width: auto;
    font-size: 10px;
    margin-top: 0;
    background: #000;
    border-radius: 0px;
    color: #fff;
}

/* FEATURED */

	.featured-area {
		display: block;
        background: #F8F7F4;
        margin-top: 0;
     padding: 50px 0 20px;
        margin-bottom: 50px;
	}

.feat-inner {
    padding: 16px 20px 18px;
    text-align: center;
    display: none;
}

.container {
    position: relative;
}

.featured-area .container {font-size: 0;}

.featured-area .feat-item {
	float: none;
    margin: 0 auto;
    height: 200px;
	}
	
.featured-area .feats {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    font-size: initial;
    padding-bottom: 1.4%;
}

.featured-area .feat-title {
	text-align: center;
     margin-top: -30px;
    background: #fff;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 10px 10px 20px 10px;
	}

.grid-item .post-img {
	margin: 0;
	}

.featured-area .feat-title a, .post-header .cat a {
    color: #000 !important;
    line-height: 1.42em;
}

.featured-area .feat-title a {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .2em;
    border-bottom: 1px solid #000;
    padding: 5px;
}

.featured-area .feat-title a:hover {
    background: #000;
    color: #fff !important;
}

.featured-area .feat-title .feat-category, .grid-item .post-header .cat  {
	 font-size: x-small;
    text-transform: uppercase;
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #000;
	}

.featured-area .feat-title h2, .post-header h2 {
    margin: 10px 0;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase ;
}

.home .post-content {
    border-top: 1px solid #000;
}

.post-cols {
    display: flex;
    justify-content: space-between;
}

.home .post-cols .post-entry,
.archive .post-cols .post-entry,
.search .post-cols .post-entry {
    flex-basis: 70%;
    padding-right: 2%;
    border-right: 1px solid #000;
    margin-top: 15px;
}

.post-entry p {
   /* margin-bottom:  0; */
}

.meta-text {
    font-size: 10px;
    margin-right: 10px;
    color: #fff;
    float: left;
    padding: 5px;
    background: #615e66;
    margin-top: 2px;
    display: none;
}

.meta-text a {color: #fff;}

.read-more a {
	color: #000;
	}

.read-more a:hover {
    color: #B27F5F;
}

.read-more {
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #000;
    text-align: center;
}

/* SIDEBAR */

.sidebar-about {
    
}


.sidebar-search {
    border: 1px solid #E2D7CD !important;
}

.sidebar-social {
    border: none !important;
}

.sidebar-social #menu-social-menu {
    display: flex;
    justify-content: space-evenly;
}

.sidebar-social i {
    font-size: 30px;
}

.sidebar-social a:hover {
    color: #B27F5F;
}

#sidebar {
     width: 33%;
    margin-top: 0px;
    border: 0px solid #000;
}

.sidebar-tabs {
    border: none !important;
}

.sidebar-tabs h3 {
    display: none !important;
}

.wpsm_nav {
    display:  flex;
}
.tab-content {
    border-color: #000 !important;
    padding: 0 !important;
}

.wpsm_nav-tabs {border-bottom: 0px solid #000 !important;}

.wpsm_nav-tabs > li {
    width: 50%;
}

.wpsm_nav-tabs > li > a {
    font-size: 11px !important;
    letter-spacing: .1em;
}

.tab-content > .active {
    padding: 20px;
}

#tab_container_5126,
#tab_container_5126 .tab-content {
    overflow: unset !important;
}
.wpsm_nav-tabs > li > a,
.wpsm_nav-tabs > li.active > a, .wpsm_nav-tabs > li.active > a:hover, .wpsm_nav-tabs > li.active > a:focus {
    border: none !important;
}

.wpsm_nav-tabs > li > a:hover {
    background-color: #e2d7cd !important; 
    
}

.display-posts-listing .listing-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.listing-item  .image {
    margin-right: 5%;
    flex-basis: 35%;
}

.listing-item .title {
flex-basis: 65%;
    text-transform: uppercase;
}

/* custom sidebar border */

#sidebar #wpp-3 {margin-bottom: 0;
    border-bottom: 0;}
#sidebar #text-8, #sidebar #aptfinbytap_domain-3 {
	    border-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
	padding-top: 0;
	}	
#sidebar #text-9 {border-top: 0; padding-top: 0;}

.widget {
    background: transparent;
    border: 1px solid;
    border-color: #000;
    padding: 0;
    display: block;
    position: relative;
    margin-bottom: 20px;
    width: 96% !important;
    box-sizing: border-box;
    margin: 0 2% 40px;
}

.socialsidewidget {
    background: #d1b9c9;
    border: 0px solid !important;
}

.socialsidewidget a {
    color: #fff;
}

.widget-title {
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000;
    background: none;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: 0px;
    left: 0;
    display: table;
    overflow: hidden;
    width: 100%;
    border-bottom: none;
    white-space: nowrap;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 16px 0px 5px 0px;
}

.widget-title:before, .widget-title:after {
    position: relative;
    top: 50%;
    display: table-cell;
    width: 50%;
    height: 1px;
    border-top: 1px solid;
    border-color: #000;
    content: '';
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.widget-title:after {
    left: 16px;
}

.widget-title:before {
   content: none !important;
}

.mcform {
    background: #f2f2f2;
    padding: 5% 6%;
}

.mctitle {
    background-repeat: no-repeat;
    padding-top: 47%;
    background-size: 20%;
    background-position-x: 50%;
}

.mctitle {
    padding-bottom: 3%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
}

.subtext {
    font-style: italic;
    text-align: center;
    font-size: 12px;
    padding: 4% 10%;
    line-height: 1.62em;
}

.mailchimp-beautycounter input[type="text"] {
    margin-bottom: 5% !important;
    padding: 15px;
    border: 1px solid #000;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.mailchimp-beautycounter input[type="email"] {
    margin-bottom: 5% !important;
    padding: 15px;
    border: 1px solid #000;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.mailchimp-beautycounter input[type=submit] {
    text-transform: uppercase;
    letter-spacing: 2px;
    background: none;
    font-size: 11px;
    color: #000;
    padding: 10px;
    margin-top: 0px;
    display: inline-block;
    border: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    border-radius: 10px;
    width: auto;
}


/* CONTACT */

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

div.wpcf7 {
    margin-top: 0;
}

div.wpcf7  p {
    margin-bottom: 0;
}
.wpcf7 input {
    border: 1px solid #E9E6E4;
}
.wpcf7 input {
    width: 100% !important;
    text-transform: inherit !important;
    letter-spacing: .2em !important;
    padding: 2.5% !important;
}

.wpcf7 input {
    margin-bottom: 15px;
}
.wpcf7 input, .wpcf7 textarea {
    font-size: 12px !important;
    padding: 2.5% !important;
    text-transform: inherit !important;
    letter-spacing: .05em !important;
}


.contactform {
    padding: 0% 15%;
    border-top: 1px solid #ddd;
}

.wpcf7 .wpcf7-submit {
    margin-top: 0 !important;
    border-radius: 0px !important;
    padding: 2% !important;
    float: right;
    position: relative !important;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    width: fit-content !important;
}

.wpcf7 .wpcf7-submit:hover {
    background: none;
    color:#B27F5F;
}
.wpcf7 input.wpcf7-submit::after {
    content: " \f178";
    font-family: fontAwesome;
}

/* HEADER */

#logo img {
    max-width: 40%;
    height: auto;
}

#header {
    padding: 10px 0 60px;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}
#nav-wrapper .menu {
    width: 80%;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    text-align: left;
    padding: 15px 10px;
}

#nav-wrapper .menu li a {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    line-height: 2em;
    display: block;
    font-weight: 600;
}

#navigation {
    background: #F8F7F4;
    height: initial;
	 z-index: 9999;
    position: relative;
    border-top: none;
    border-bottom: none;
}

/* Numbered Navigation */

.navigation ul {
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #000;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	/* background-color: #6FB7E9;
	border-radius: 3px; */
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	/* background-color: #3C8DC5; */
	text-decoration:underline;
}

/* End Numbered Navigation */

#nav-wrapper ul.menu ul a, #nav-wrapper .menu ul ul a {
    color: #000;
    margin: 0;
    font-size: 10.5px;
    letter-spacing: 2px !important;
    padding: 15px 6px 10px 16px;
    min-width: 209px;
    line-height: 20px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    border-bottom: 0px solid;
    border-top: none;
    letter-spacing: 4px;
    border-color: #fff;
    background: #f2f2f2;
    font-family: inherit !important;
    border: 0px solid !important;
}

#nav-wrapper .menu li.current-menu-item > a, #nav-wrapper .menu li > a:hover {
    border-bottom: 1px solid #000;
}

#nav-wrapper ul.menu ul a:hover,
#nav-wrapper .menu ul ul a:hover {
	background:#fff;
	color:#635e65;
}

#nav-wrapper .menu .sub-menu, #nav-wrapper .menu .children {
    background-color: #fff;
    display: none;
    padding: 0;
    position: absolute;
    margin-top: 0;
    left: 0;
    z-index: 99999;
    text-align: left;
    border: 0px solid;
    border-bottom: none;
    border-color: #e5e5e5;
}

#nav-wrapper ul.menu ul a, #nav-wrapper .menu ul ul a {
    color: #000;
    margin: 0;
    font-size: 10.5px;
    padding: 15px 6px 10px 16px;
    min-width: 170px;
    line-height: 20px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    border-bottom: 0px solid;
    border-top: none;
    letter-spacing: 4px;
    border-color: #fff;
    background: #f2f2f2;
    font-family: inherit !important;
    border: 0px solid !important;
}


.meta-comments a {
    font-size: 13px;
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.post-share {
    float: none;
	width: 15%;
    display: inline-block;
    text-align: center;
    padding: 0 5%;
    border-left: 1px solid;
    border-right: 1px solid;
}

.post-share a {
    color: #655f65;
}

.meta-info {
    width: 100%;
    text-transform: inherit;
    line-height: 1.6em;
	display: block;
    margin-top: 15px;
}

.meta-info span {
    font-size: smaller;
    text-transform: uppercase;   
}

.list-item .post-share {
	border-right: 0px solid;
	float: right;
    width: initial;
	padding: 0 0 0 5%;
	}

.list-item .meta-info {
	
	}
.list-item .meta-comments {
	    margin-left: 10px;
		}

/* SINGLE POST */

.thecomment {
    border-bottom: 1px solid #000;
    padding-bottom: 34px;
    margin-bottom: 34px;
}

.post-comments span.reply a {
    float: right;
    padding: 1.5% 2.5% !important;
    font-size: 10px;
    background-color: #645e64;
    color: #FFF;
    padding: 3px 8px 4px 8px;
    border-radius: 00px;
    margin-left: 7px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.thecomment .comment-text {
    overflow: hidden;
    font-style: italic;
}

.thecomment .comment-text h6.author, .thecomment .comment-text h6.author a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 4px;
    color: #000;
    font-style: normal;
}

.thecomment .comment-text span.date {
    font-size: 10.5px;
    color: #d1b9c9;
    font-style: italic;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-style: normal;
    letter-spacing: .1em;
}

.post-comments {
    margin-bottom: 50px;
    margin-top: 0px;
    border: 1px solid;
    padding: 5%;
}

.block-heading {
    margin-bottom: 18px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 0px;
}

.item-related h3 {
    margin-bottom: 10px;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'BenchNine', sans-serif;;
}

.item-related span.date {
    display: none;
}

.post-related {
    margin-top: 25px;
    overflow: hidden;
    margin-bottom: 10%;
}

.item-related {
    width: 230px;
    float: left;
    margin-right: 15px;
}

.block-heading:after {
    content: "\f078";
    display: inherit;
    font-family: fontawesome;
    font-size: 7px;
    font-weight: 100;
    position: relative;
    top: 5px;
}

.post-related {
    margin-top: 25px;
    overflow: hidden;
}

.post-pagination {
    display: none;
    margin-top: 30px;
    margin-bottom: -4px;
}

span.cat a {
    color: #B27F5F;
}

/* RECIPE CARD */

.blog-yumprint-recipe .blog-yumprint-infobar-section {
    width: 33.3%;
    height: 50px;
    position: relative;
    float: left;
    font-family: 'BenchNine', sans-serif;
    font-style: italic !important;
}

.blog-yumprint-info-bar {
    padding: 2% 0% !important;
}

.blog-yumprint-recipe .blog-yumprint-recipe-title {
    color: #000;
    font-size: 12px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: .2em !important;
    font-weight: 600 !important;
    background-repeat: no-repeat !important;
    padding-top: 13% !important;
    background-size: 5% !important;
    background-position-x: 50% !important;
}

.blog-yumprint-recipe .blog-yumprint-info-bar, .blog-yumprint-recipe .blog-yumprint-nutrition-bar, .blog-yumprint-nutrition-border {
    border-top-color: #000 !important;
    border-top-width: 1px !important;
    border-top-style: solid !important;
}

.blog-yumprint-recipe .blog-yumprint-recipe-contents {
    border-top-color: #000 !important;
    border-top-width: 1px !important;
    border-top-style: solid !important;
}

.blog-yumprint-recipe {
    background-color: #f2f2f2 !important;
    border-width: 0px !important;
    border-radius: 0px;
}

.blog-yumprint-recipe .blog-yumprint-recipe-title {
    font-family: inherit !important;
    font-size: 12px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: .2em !important;
    font-weight: 600 !important;
}

.blog-yumprint-recipe .blog-yumprint-print {
    background-color: #ffffff !important;
    color: #645e64 !important;
    font-weight: 900 !important;
}

.blog-yumprint-write-review {
    text-transform: uppercase !important;
    font-style: normal !important;
    font-size: 11px !important;
    letter-spacing: .1em !important;
    line-height: 2em !important;
}

.blog-yumprint-recipe .blog-yumprint-info-bar, .blog-yumprint-recipe .blog-yumprint-info-box, .blog-yumprint-recipe .blog-yumprint-adapted, .blog-yumprint-recipe .blog-yumprint-author, .blog-yumprint-recipe .blog-yumprint-serves, .blog-yumprint-recipe .blog-yumprint-infobar-section-title, .blog-yumprint-recipe .blog-yumprint-infobox-section-title, .blog-yumprint-recipe .blog-yumprint-nutrition-bar, .blog-yumprint-nutrition-section-title, .blog-yumprint-nutrition-more {
    font-size: 12px !important;
    text-transform: uppercase !important;
    color: #000 !important;
    font-weight: 400 !important;
    letter-spacing: .1em !important;
}

.blog-yumprint-write-review:hover, .blog-yumprint-nutrition-more:hover, .blog-yumprint-recipe .blog-yumprint-adapted-link:hover {
    color: #d1b9c9 !important;
}

.blog-yumprint-recipe .blog-yumprint-subheader {
    font-size: 15px !important;
    letter-spacing: .1em !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #645e64 !important;
}

ol.blog-yumprint-methods {
    font-style: italic !important;
}

ol.blog-yumprint-ingredients {
    font-style: italic !important;
}

.blog-yumprint-recipe .blog-yumprint-ingredient-item {
    line-height: 180% !important;
}

.blog-yumprint-recipe .blog-yumprint-save, .blog-yumprint-recipe .blog-yumprint-header .blog-yumprint-save a {
    background-color: #645e64 !important;
    color: #ffffff !important;
}

.blog-yumprint-recipe .blog-yumprint-action {
    height: 35px !important;
    border-radius: 0px !important;
    line-height: 35px !important;
    vertical-align: middle;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
    letter-spacing: .2em !important;
    float: left;
    text-transform: uppercase !important;
    font-size: 11px !important;
}

/* PAGES */

.contactformtext {
    font-style: italic;
    text-align: center !important;
    padding: 0% 25%;
    line-height: 2em;
    margin-bottom: 2.4%;
}

.home .post-header,
.archive .post-header,
.search .post-header {
	text-align: center;
    margin-top: -80px;
    background: #fff;
    z-index: 999;
    padding: 20px;
    position: relative;
    width: 80%;
    margin: -80px auto 0 auto;
}

.post-header h2 a, .post-header h1 {
    color: #000;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0em;
    line-height: 1.2em;
    font-size: 35px !important;
}

.archive .post-header h2 a, .archive .post-header h1 {
    font-size: 25px !important;
}

.aboutimg {
    margin-bottom:  20px;
}
.abouttext {
    margin:0 auto;
    width: 80%;
    text-align: center;
}

.abouttext p {
    margin-bottom: 15px;
}

.abouttext a {
    margin: 0 auto 20px;
    display: inline-block;
    text-transform:  uppercase;
    font-size: 11px;
    letter-spacing: .2em;
    color: #B27F5F;
}

.abouttext a::after {
    content: " \f178";
    font-family: fontAwesome;
}

.abouttext a:hover {
    color: #000;
    text-decoration: none;
}

.sideline {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    height: 5px;
    width: 105%;
    margin: 0 -2%;
}

.sidebar-about .sideline {
    margin: 20px -2% 20px;
}

.archive-box {
    text-align: center;
    padding: 20px 0;
    border-bottom: 0px solid;
    border-color: #EAE8E0;
    background: #f1f1f1;
    margin: 2% 3.4% 0% 3.4%;
}

#content {
    width: 100%;
    overflow: hidden;
    padding-top: 25px;
}

.archive-box span {
    font-size: 12px;
    color: #000;
    display: block;
    margin-bottom: 4px;
    text-transform: lowercase;
}

.archive-box h1 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .3em;
    display: inline-block;
    color: #000;
    font-family: 'BenchNine', sans-serif;
    font-weight: 300;
}

.archive-box h1 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .3em;
    display: inline-block;
    color: #000;
    font-family: 'BenchNine', sans-serif;
    font-weight: 300;
    border-top: 1px solid;
    padding-top: .7%;
    margin-top: .5%;
}

#main.fullwidth .sp-grid.col3 > li {
    width: 31%;
}

.post-entry .index-heading {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    position: relative;
    margin-bottom: 25px;
    line-height: 15px;
    color: #fff;
    background: #d1b8cb;
    padding: 1.5%;
    font-family: 'BenchNine', sans-serif;
}

.post-entry .index-heading:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 22px;
    height: 1px;
    border-bottom: 1px solid #fff;
}

.post-entry .index-heading > span {
    line-height: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 3%;
    font-size: .9em;
    background: #d1b8cb;
    font-family: inherit;
    padding-left: 2%;
    letter-spacing: .4em;
    margin-left: -16px !important;
    text-transform: uppercase;
}

.grid-item .post-header {
    margin-bottom: 8px;
    text-align: center;
}

.grid-item .date {
    text-align: center;
    display: block;
    font-size: 13px;
    font-style: normal;
    color: #000;
    text-transform: lowercase;
}

.recipe-index .date {display: none;}

.post-entry .index-heading a {
    background: #d1b8cb;
    position: absolute;
    right: 0;
    top: inherit;
    padding-left: 18px;
    font-size: 10.5px;
    letter-spacing: 4px;
    color: #fff;
    padding-right: 1%;
    font-weight: 600;
}

.page-header:after {
    content: "\f078";
    font-family: fontawesome;
    font-size: .7em;
}

.page-header {
    color: #000;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 15px !important;
    text-align: center;
    margin-top: 0px !important;
    padding-bottom: 2%;
}

.post-meta {
   overflow: unset;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    flex-basis: 25%;
    margin-right: 0;
    display: flex;
    flex-direction:  column;
}

.list-item .post-meta  {
	    border-bottom: 1px solid #000;
		}

.pagination  .older {float: left;}
.pagination .newer {float: right;}
.pagination a {
    border-top: 0px solid #d1b9c9;
    font-size: 1em;
    text-transform: inherit;
    border-left: 0;
    color: #000;
    border-right: 0;
    border-bottom: 0;
    letter-spacing: 0px;
}

i.fa.fa-angle-left {
    font-size: 11px !important;
    position: relative;
    bottom: 2px;
    right: 2px;
}

.pagination a:hover {
    background: none;
    color: #d1b9c9;
}

/* widgets */
.aboutme {
   padding: 0;
   border: 0;
    width: 100% !important;
   background: url(/wp-content/uploads/2017/03/aboutimage3.jpg) repeat-y;
    background-size: 100% 100%;
}	



.aboutme .aboutmetext {
	
	padding: 20px 30px 10px 20px;
  
	/*position: absolute;
	
    bottom: 5px;
    right: 30px;
    left: 20px; */
}

.aboutme .aboutmetext p:first-child {
    font-size: 12.4px;
    line-height: 2em;
    margin-bottom: 10px;
    font-style: italic;
    text-align: center;
}

.meta-comments {
	float: none;
	text-align: center;
	margin-left: 0px;
}

.post-share {
	display: block;
	margin-top: 10px;
	width: auto; 
	float: none !important;
	text-align: center;
	border-left: 0px;
	border-right: 0px;
}
	

/* ----------- PHONE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 767px)
  and (max-width: 767px){

#logo img {
    max-width: 90%;
    height: auto;
}

.slicknav_nav {
    border: 1px solid #ffffff;
    padding-bottom: 3%;
}

.slicknav_nav ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}	  
      
.slicknav_menu .slicknav_icon-bar {
  background-color: #000;
          
}
      
#mobile-social a {
    color: #000 !important;
    font-size: 22px !important;
    margin-right: 10px !important;
}

.container {
    width: 95% !important;
}

.feat-item {
    width: 110px !important;
    height: 110px !important;
}

.featured-area .feat-title h2 {
    margin: 5px 5px !important;
    font-size: 12px !important;
    font-family: 'BenchNine', sans-serif;
}

.featured-area .feat-title .feat-category {
    display: none !important;
}

.post-share {
    float: none;
    width: 100% !important;
    display: inline-block;
    text-align: center !important;
    padding: 0 0% !important;
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}

.meta-comments {
    float: none !important;
    margin-left: 0px !important;
    text-align: center !important;
    margin-bottom: 3% !important;
}

.meta-info {
    width: 100%;
    text-align: center !important;
    margin-bottom: 5px;
}

#top-search input {
    background: none;
    border: none;
    width: 97px !important;
    padding: 0;
    font-style: italic !important;
    font-size: 12px !important;
}

#mobile-social {
    display: block !important;
    right: 5px !important;
    position: fixed;
    z-index: 9999;
    top: 10px;
}

#footer-copyright .left-copy {
float:left;
    width: auto;
}
      
      #footer-copyright .right-copy {
float:right;
          text-align: right;
          width: auto;
}

.instafooter {
    padding: 2% 2% !important;
    font-family: inherit;
    font-size: 10.5px;
    text-transform: uppercase !important;
    letter-spacing: .2em;
    background: #faf5f2;
    font-weight: 600;
    color: #000 !important;
    text-align: center;
    margin: 12% 15% 0% 15% !important;
    line-height: 2em !important;
    margin-top: 8% !important;
    position: absolute;
    z-index: 1000;
}
     
      .popularposts-desktop {
        height: auto;
    }
    
    .popularposts {
        position: relative;
        margin: 0 0 60px 0;
        padding: 0px;
        max-width: 100%;
    }
      
      .popularposts .wrapper {
          width: 100%;
          display: block;
      }
      
      .popularposts .wrapper .leftline {
          display: none;
      }
      
      .popularposts .wrapper .populartitle {
     transform: rotate(0deg);
    writing-mode: unset;
          margin: 0;
          padding: 20px 0;
      }
      
      .popularposts .wrapper .popularcontent {
          width: 100%;
      }
      
      ul.wpp-list {
          flex-wrap: wrap;
          justify-content: center;
      }
      ul.wpp-list li {
          margin-bottom: 20px;
          width: 80%
      }
      ul.wpp-list li img { 
          width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
      }
      
      #wrapper {
          width: 100% !important;
      }
    #instagram-footer .instagram-pics li {
        width: 33.33% !important;
        
    }
    .contact-page {
        width: 90%;
        padding: 0;
        display: block;
    }
    
    .contact-header {
        padding: 80px 0;
    }
    .page-template-page-contact .post-entry {
        width: 90%;
    }
}

@media only screen and (min-width: 768px) {
	
	#top-search {
		display: block;
		position: absolute;
		right: 20px;
        top: 15px;
	}
	
	#top-search input {
		width: 140px;
	}
	
	.meta-comments {
		float: right;
		text-align: inherit;
		margin-left: 20px;
	}
	
	.post-share {
		display: inline-block;
		margin-top: 0px;
		width: 15%;
		float: right !important;
		border-left: 1px solid;
		border-right: 1px solid;
	}
    
}

/* Tablet Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
 {

#wrapper {
    box-shadow: none;
    width: 100% !Important;
}

#header {
    padding: 10px 0 30px !Important;
    position: relative;
}

.container {
    width: 90% !Important;
}

.feat-item {
    width: 96% !Important;
    height: 260px !Important;
    margin-right: 0;
    margin-bottom: 14px;
}

#mobile-social {
    position: absolute;
     right: 5px !important;
    position: absolute;
    z-index: 9999;
    top: 60px;
}
}