@charset "UTF-8";
/* CSS Document */

/* General */
body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    background: #fff;
    overflow-x: hidden;
}

p {
    font: normal 400 18px/24px 'Source Sans Pro';
    color: #555;
}

ol {
    font: normal 400 18px/24px 'Source Sans Pro';
    color: #555;
}

ul {
    font: normal 400 18px/24px 'Source Sans Pro';
    color: #555;
}

.legalese {
    font: normal 400 16px/22px 'Source Sans Pro';
    color: #555;
}

ul.legal {
    font: normal 400 16px/22px 'Source Sans Pro';
    color: #555;
    list-style: disc;
}

ol.legal {
    font: normal 400 16px/22px 'Source Sans Pro';
    color: #555;
}

a {
    color: #f34e48;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #555;
}

a:hover, a:focus {
    text-decoration: none;
    color: #555;
}

a:active {
    text-decoration: none;
    color: #555;
}

.no {
    color: #999;
}

.noPosts {
    color: #999;
    margin: 100px 0;
}

/* Home */
.cover {
    width: 100%;
    min-height: 200px;
    background: #14190f url(/img/covers/home.jpg) no-repeat center center;
    background-size: cover;
}

.cover.dark {
    position: relative;
}

.cover.dark:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.homeCoverContent {
    text-align: center;
    padding: 42px 0 0 0;
    height: 400px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.homeCoverContent.container .row {
    padding-left: 0;
    padding-right: 0;
}

.homeTitle {
    font: normal 700 36px 'Montserrat';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.homeSub {
    font: italic 700 26px/36px 'Playfair Display';
    color: #FFF;
}

.homeSearch {
    margin-top: 20px;
}

.resultSearch {
    top: 107px;
}

.kbintro {
    padding: 70px 0 40px 0;
}

.hello {
    font: normal 300 31px/42px 'Merriweather';
    color: #fff;
}

.feature {
    font: normal 700 32px 'Playfair Display';
    color: #f98886;
}

.beta {
    font: normal 300 21px/30px 'Merriweather';
    color: #fff;
    padding-bottom: 15px;
}

.betaIntro {
    font: normal 700 24px 'Playfair Display';
    color: #fff;
}

.joinb {
    text-align: left;
}

.kbbutton {
    background: #f0504d !important;
    font-size: 17px;
    color: #fff !important;
    border: none;
    border-radius: 3px;
    border-bottom: 3px solid #d43e3b !important;
}

.kbbutton:hover {
    background: #e34845 !important;
    color: #fff;
    border-bottom: 3px solid #cb3936 !important;
}

.kbdisabled {
    background: #aaa !important;
    font-size: 17px;
    color: #fff !important;
    border: none;
    border-radius: 3px;
    border-bottom: 3px solid #999 !important;
    cursor: default;
}

/* Navigation */
.dropdown-menu > li > a {
    font: normal 700 13px 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    padding: 7px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #f0504d;
    text-decoration: none;
    background-color: transparent;
}

.subnav {
    width: 100%;
    height: 50px;
    background: #fff;
}

#subnav-wrapper {
}

#subnav.affix {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: left .5s ease-out;
}

#subnav > .navbar-inner {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.nav-tabs,
.nav-pills {
    position: relative;
}

/* KB nav */
.navbar-kb {
    background-color: #fff;
    border-top: 0 solid #f0504d;
    border-bottom: 1px solid #edeae5;
}

.navbar-kb .navbar-text {
    color: #999999;
}

.navbar-kb .nav-pills > li > a {
    color: #999999;
}

.navbar-kb .nav-pills > li > a:hover {
    color: #f0504d;
}

.search .navbar-header .navbar-toggle {
    display: none;
}

.search .dropdown-menu {
    left: inherit;
}

.search .navbar-collapse.collapse {
    display:none;
}

.custom-search-form {
    padding-top: 10px;
}

.custom-search-form > input {
    background-color: #eeeeee;
}

.homeSearch .autocomplete, .resultSearch .autocomplete {
    top: 34px;
}

.autocomplete {
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 2;
    width: 100%;
}
.autocomplete button {
    padding: 5px 15px;
}

.autocomplete button.focused {
    background-color: #f5f5f5;
}


.signin.btn {
    margin-top: 10px;
    font: normal 700 14px 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    background: #fff;
    border-color: #edeae5;
    padding: 7px 12px;
    margin-left: 10px;
}

.signin.btn:hover,
.signin.btn:focus {
    color: #f0504d;
    background: #fff;
    border-color: #ddd;
}

.btn {
    transition: all 0.3s ease 0s;
}

.fbLogin {
    color: #fff;
    background: #3b5999;
    display: inline-block;
    padding: 10px 20px;
    font: normal 400 18px/24px 'Source Sans pro';
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
}

.fbLogin:hover,
.fblogin:focus,
.fblogin:active {
    color: #fff;
    background: #2a4785;
}

.embedBox {
    padding-top: 30px;
    padding-bottom: 60px;
}

.embed-textarea-container {
    padding-bottom: 10px;
}

.loginBox {
    padding: 50px 0;
}

.loginTitle {
    color: #999;
    font: normal 700 14px 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.agree {
    font-size: 9pt;
}

.boxheader {
    font: normal 700 26px 'playfair display';
    color: #f0504d;
    margin: 0 0 5px 0;
}

.boxheader2 {
    font: normal 300 17px 'Merriweather';
    margin: 0 0 15px 0;
    color: #444;
}

.kb-header-username {
    margin-left:3px;
    margin-right:4px
}

/* Mobile nav */
.navbar-mobile {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	margin-top: 7px;
    display: none;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.navbar-mobile-toggle {
	position: relative;
	background: transparent none;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 20px;
	color: #f0504d;
	outline: none;
    padding-left: 6px;
    padding-right: 9px;
}

.navbar-mobile > .menu-mobile {
	text-align: left;
}

.navbar-mobile-brand {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

.navbar-mobile-brand > img{
    display: block;
    margin: 0 auto;
}

.navbar-mobile > .search-mobile {
	text-align: right;
    padding-right: 15px;
    position: relative;
}

.navbar-mobile > .search-mobile .autocomplete {
    top: 34px;
    padding-right: 15px;
}

.navbar-mobile > .search-mobile .form-control {
    /*if change time, also change it in kitchenbowl.js closeSearchInput() in setTimeout*/
    transition: all .5s ease-out;
    display: inline;
}

.navbar-mobile > .search-mobile .form-control.closed {
    width: 0;
    border: transparent;
    box-shadow: none;
}

.navbar-mobile > .search-mobile .navbar-mobile-toggle {
    position: absolute;
    top: 4px;
    right: 20px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .navbar-mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .navbar-desktop {
        display: none;
    }
}

/* Mobile side menu */
.mobile-menu {
    /* the same as .page-wrap.moved-left */
    width: 200px;

    position: fixed;
    top: 0;
    height: 100%;
    z-index: 1032; /*maximum*/
    background-color: #edeae5;
    left: -200px;
    transition: transform .5s ease-out;
    overflow-y: auto;
}
.mobile-menu.opened {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
}
.mobile-menu > li {
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
    display: inline-block;
}
.mobile-menu > li > a {
    color: #777;
    font: normal 700 12px 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mobile-menu > li > a:hover,
.mobile-menu > li > a:focus {
    color: #f0504d;
}

.mobile-icon {
	color: #d3cbbd;
}



/* Core */
.core {
    padding: 100px 0 0 0;
    background: #f6f5f1;
}

.core2 {
    padding: 100px 0;
    background: #f6f5f1;
}

.core3 {
    padding: 100px 0;
}

.core4 {
    padding: 40px 0;
	border-right: 1px solid #f4f2ef;
	border-left: 1px solid #f4f2ef;
}

.core5 {
    padding: 50px 0 0 0;
    background: #f6f5f1;
}

.pagehead {
    font: normal 700 34px 'Playfair Display';
    color: #333;
}

.redhead {
    font: normal 700 24px 'Montserrat';
    color: #f0504d;
}

.grayhead {
    font: normal 700 18px 'Montserrat';
    color: #555;
}

.lighthead {
    font: normal 400 17px 'Merriweather';
    color: #888;
    margin: 0 0 10px 0;
}

.intro {
    font: normal 300 21px/32px 'Merriweather';
}

.teamMember {
    font: normal 700 18px 'Montserrat';
    color: #333;
    margin: 10px 0 5px 0;
}

.memberTitle {
    font: normal 700 14px 'Montserrat';
    color: #777;
}

.memberBlurb {
    padding-bottom: 15px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 100%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper2 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}

.video-wrapper2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pressblurb {
    font: normal 300 14px/20px 'Merriweather';
    margin: 10px 0 25px 0;
}

.pressdl {
    margin: 10px 0 25px 0;
    text-align: left;
}

.pressTitle {
    font: normal 700 18px 'Montserrat';
    color: #333;
    margin: 0 0 5px 0;
}

.jobTitle {
    font: normal 700 18px 'Montserrat';
    color: #555;
    margin: 0 0 10px 0;
}

.jobSubtitle {
    font: normal 700 16px 'Montserrat';
    color: #555;
    margin: 20px 0 8px 0;
}

.appstorebadge {
    width: 258px;
    height: 77px;
}

/* Main */
.main {
    width: 100%;
    background: #edeae5;
    padding: 0;
}

.main2 {
    width: 100%;
    background: #f6f5f1;
    padding: 0;
}

.cream {
    background: #f6f5f1;
    padding: 10px 0;
}

.cream2 {
    background: #f6f5f1;
    padding: 20px;
}

.cream3 {
    background: #f6f5f1;
    padding: 10px 0;
    border-right: 1px solid #edeae5;
    border-left: 1px solid #edeae5;
}

.winner {
    padding: 20px 20px 0 20px;
}

#items {
    margin: 0 auto;
}

#items .item {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e3dad3;
    -moz-box-shadow: 0 2px #d7cbc2;
    -webkit-box-shadow: 0 2px #d7cbc2;
    box-shadow: 0 2px #d7cbc2;
    width: 260px;
    margin: 10px;
    float: left;
}

#items2 {
    margin: 0 auto;
}

#items2 .item {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e3dad3;
    -moz-box-shadow: 0 2px #d7cbc2;
    -webkit-box-shadow: 0 2px #d7cbc2;
    box-shadow: 0 2px #d7cbc2;
    width: 260px;
    margin: 10px;
    float: left;
}

.roundedtop {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    height: auto;
    width: 100%;
}

.rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tiletext {
    padding: 10px;
}

.tiletitle {
    font: normal 400 18px/24px 'source sans pro';
    color: #555;
    margin: 0 0 5px 0;
}

.tiletitle a {
    color: #666;
}

.tiletitle a:hover {
    color: #333;
}

.tileblurb {
    font: normal 400 16px/22px 'source sans pro';
    color: #555;
    margin: 0 0 5px 0;
}

.tileblurb a {
    color: #666;
}

.tileblurb a:hover {
    color: #333;
}

.source {
    font: 700 14px 'Source Sans Pro';
    color: #f0504d;
    margin: 0;
}

.tilefooter {
    width: 100%;
    padding: 5px 5px 5px 10px;
    border-top: 1px solid #e3dad3;
    font: 700 14px 'Source Sans Pro';
    color: #999;
}

.count {
    font: normal 700 12px 'Montserrat';
    color: #777;
}

.clip {
    float: right;
}

.fonticons {
    padding-right: 2px;
    vertical-align: middle;
}

.icon18 {
    font-size: 18px;
}

.likes {
    padding-right: 15px;
}

.miniPhoto {
    width: 20px;
    height: 20px;
}

.miniLoginPhoto {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/* Load more */
.loadmore {
    padding: 50px 0 20px 0;
    width: 100%;
    text-align: center;
}

.divider {
    border-top: 1px solid #e7ded8;
    position: relative;
    z-index: 0;
}

.loadbtn {
    width: 260px;
    margin: -25px auto 0;
    border-color: #e7ded8;
    font-family: 'Source Sans Pro';
}

/* Popular */

.popular {
    background: #f1efea;
    padding: 30px 0 50px 0;
}

.poptitle {
    font: normal 300 24px/36px 'Merriweather';
    color: #444;
    text-align: center;
}

.poplist1 {
    font: normal 400 16px/24px 'Source Sans Pro';
    text-align: right;
}

.poplist2 {
    font: normal 400 16px/24px 'Source Sans Pro';
    text-align: left;
}

.pop {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Details */
.followBtn {
    color: #fff;
    background: #f0504d;
    display: inline-block;
    padding: 10px 30px;
    font: normal 700 14px 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    margin: 10px 0 20px 0;
}

.followBtn:hover,
.followBtn:focus,
.followBtn:active {
    color: #fff;
    background: #d63633;
}

.followingBtn {
    color: #fff;
    background: #3fa54e;
    display: inline-block;
    padding: 10px 30px;
    font: normal 700 14px 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    margin: 10px 0 20px 0;
}

.followingBtn:hover,
.followingBtn:focus,
.followingBtn:active {
    color: #fff;
    background: #318f3f;
}

/* Footer */
* {
    margin: 0;
}

html, body {
    height: 100%;
}

.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1031; /*over all page, but under .mobile-menu*/
    cursor: pointer;
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -100px;
    transition: transform .5s ease-out;
    width: 100%;
}

.page-wrap.moved-left {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    position: fixed;
}

.page-wrap.moved-left .navbar-mobile .search-mobile {
    display: none;
}

@media (min-width: 992px) {
    .mobile-menu.opened, .page-wrap.moved-left {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.page-wrap:after {
    content: "";
    display: block;
}

.site-footer, .page-wrap:after {
    /* .push must be the same height as footer */
    height: 100px;
}

.site-footer {
    background: transparent;
    border-top: 1px solid #edeae5;
}

.site-footer li {
    display: inline-block;
    padding: 20px 20px 0 0;
    font: 700 12px 'Montserrat';
    text-transform: uppercase;
}

.site-footer ul {
    padding-left: 0;
}

.copyright {
    text-align: right;
    font: 700 12px 'Montserrat';
    color: #959595;
    text-transform: uppercase;
    padding-top: 20px;
}

.footericon {
    font-size: 15px;
}

/* Profile */
.profile {
    text-align: center;
    padding: 85px 0 30px 0;
}

.headshot {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.username {
    color: #fff;
    font: normal 700 34px 'Montserrat';
}

.location {
    color: #aaa;
    font: normal 700 20px 'Montserrat';
    margin: 0 0 20px 0;
}

.contestDate {
    color: #e19292;
    font: normal 700 20px 'Montserrat';
    margin: 0 0 20px 0;
}

.follows {
    color: #fff;
    font: normal 700 17px 'Montserrat';
}

.bio {
    color: #fff;
}

.bio a:hover {
    color: #fff;
}

/* Form */
.apply {
    font: normal 700 21px 'Montserrat';
    color: #f0504d;
}

.kbform {
    font-family: 'Source Sans Pro';
}

.kb18 {
    font-size: 18px;
}

#form-button {
    background: #f0504d;
    color: #fff;
    border: none;
    border-radius: 3px;
    border-bottom: 3px solid #d43e3b;
    font-size: 18px;
}

#form-button:hover {
    background: #e34845;
    border-bottom: 3px solid #cb3936;
}

#name-error {
    color: #f0504d;
    font-size: 16px;
    display: none;
}

#email-error {
    color: #f0504d;
    font-size: 16px;
    display: none;
}

#server-error {
    display: none;
    background-color: #fff;
    color: #f0504d;
    border: 1px solid #ccc;
    padding: 11px;
    margin: 15px 0 0 0;
    border-radius: 3px;
    font-size: 16px;
}

#terms-error {
    display: none;
    background-color: #fff;
    color: #f0504d;
    border: 1px solid #ccc;
    padding: 11px;
    margin: 15px 0 0 0;
    border-radius: 3px;
    font-size: 16px;
}

#form-sent {
    display: none;
    background-color: #42ba64;
    color: #fff;
    padding: 11px;
    margin: 15px 0 0 0;
    border-radius: 3px;
    font-size: 16px;
}

/* Other crap */
.badgeCode {
    margin: 15px 0 40px 0;
}

.kbButtons {
    margin: 10px;
}

/* Special Features */
.featureTitle {
    color: #fff;
    font: normal 300 36px 'Merriweather';
}

.featureHead {
    font: normal 300 24px 'Merriweather';
    color: #555;
}

.featureTile {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e3dad3;
    -moz-box-shadow: 0 2px #d7cbc2;
    -webkit-box-shadow: 0 2px #d7cbc2;
    box-shadow: 0 2px #d7cbc2;
    margin-bottom: 30px;
}

.featureFork {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e3dad3;
    margin-bottom: 30px;
}

.forkpic {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* Contests */
.contestCover {
    width: 100%;
    height: 400px;
    background: #14190f url(/img/covers/contest.jpg) no-repeat center center;
    background-size: cover;
}

.contestCoverLayer {
    background-color: rgba(30, 30, 30, 0.6);
    width: 100%;
    height: 400px;
}

.contestTitle {
    font: normal 700 42px 'Montserrat';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contestSub {
    font: italic 700 28px/36px 'Playfair Display';
    color: #FFF;
}

.contestCoverContent {
    text-align: center;
    padding: 85px 0 30px 0;
    height: 400px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.contestMain {
    width: 100%;
    background: #fff;
    padding: 0;
}

#contests {
}

#contests a {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

#contests a img {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#contests a div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font: italic 700 20px 'Playfair Display';
    color: #fff;
    text-align: center;
    background: rgba(10, 10, 10, .5);
    opacity: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

#contests a strong {
    display: block;
    font: normal 700 24px/38px 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

#contests a:hover div {
    background: rgba(10, 10, 10, .1);
    opacity: 1;
	text-shadow: 0 1px 5px #222;
}

#contests a section {
    height: 200px;
}


/* Staff Picks */
.staffpicksCover {
    width: 100%;
    height: 400px;
    background: #cc895f url(/img/covers/staffpicks.jpg) no-repeat center center;
    background-size: cover;
}

.staffpicksCoverLayer {
    background-color: rgba(80, 80, 80, 0.3);
    width: 100%;
    height: 400px;
}

.staffpicksTitle {
    font: normal 700 48px 'Playfair Display';
    color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-shadow: 0 -1px #444;
	margin: 0;
}

.staffpicksSub {
    font: italic 700 24px 'Playfair Display';
    color: #fff;
	text-shadow: 0 -1px #444;
	margin: 0;
}

.staffpicksCoverContent {
    text-align: center;
    padding: 85px 0 30px 0;
    height: 400px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.staffpicksMain {
    width: 100%;
    background: #fff;
    padding: 0;
}

#staffpicks a {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

#staffpicks a img {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#staffpicks a div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font: normal 700 16px 'Montserrat';
    color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
    text-align: center;
    background: rgba(50, 50, 50, .5);
    opacity: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

#staffpicks a:hover div {
    background: rgba(250, 250, 250, .1);
    opacity: 1;
	color: #fff;
	text-shadow: 0 1px 5px #222;
}

#staffpicks a section {
    height: 200px;
}

/* Blog */
.blogCover {
    width: 100%;
    height: 400px;
    background: #14190f url(/img/covers/blog.jpg) no-repeat center center;
    background-size: cover;
}

.blogCoverLayer {
    background-color: rgba(84, 72, 72, 0.7);
    width: 100%;
    height: 400px;
}

.blogTitle {
    font: normal 700 58px/60px 'Playfair Display';
    color: #fff;
}

.blogSub {
    font: normal 300 24px/36px 'Merriweather';
    color: #aaa;
}

.blogCoverContent {
    text-align: center;
    padding: 85px 0 30px 0;
    height: 400px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.blogMain {
    width: 100%;
    background: #fff;
    padding: 0;
}

.storyBox {
    padding: 30px 0;
}

.storyThumb {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    border-bottom: 1px solid #ddd;
}

.storyTitle {
    font: normal 300 24px/36px 'Merriweather';
    color: #444;
    text-align: center;
}

.storyDate {
    font: normal 400 14px 'Montserrat';
    color: #777;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

.storyCover {
    width: 100%;
    height: 400px;
    background: #555 url(/img/blog/lny/cover.jpg) no-repeat center center;
    background-size: cover;
}

.storyCoverLayer {
    background-color: rgba(84, 72, 72, 0.7);
    width: 100%;
    height: 400px;
}

.storyCoverContent {
    text-align: center;
    padding: 85px 0 30px 0;
    height: 400px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.storyCoverTitle {
    font: normal 300 42px 'Merriweather';
    color: #fff;
}

.storyCoverDate {
    font: normal 700 18px 'Montserrat';
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.storyText {
    font: normal 400 18px/26px 'Source Sans Pro';
    color: #444;
    margin: 0 0 15px 0;
}

.storyLead {
    font: normal 400 21px/30px 'Source Sans Pro';
    color: #444;
    margin: 25px 0;
}

.storyQuote {
    font: italic 700 24px 'playfair display';
    color: #444;
	padding: 9px 20px;
	margin: 0 0 15px;
}

.storyHeader {
    font: normal 300 22px/30px 'Merriweather';
    color: #444;
    margin: 20px 0 10px 0;
}

.storyPhoto {
    padding: 0;
    margin: 15px auto;
}

.shareStory {
    font: normal 300 24px/36px 'Merriweather';
    color: #333;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #edeae5;
    text-align: center;
}

.shareStorySection {
    padding: 50px 0;
}

.joinUs {
    padding: 50px 0 10px 0;
}

/* Share */
.shareStoryFixed {
    margin-top: -415px;
}

.share {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.share a {
    display: block;
    font-size: 28px;
    margin: 10px 0 20px 0;
    position: relative;
}

.share a:hover {

    text-decoration: none;
}

.share a:focus {

    text-decoration: none;
}

.numShares {
    font: normal 700 18px 'Montserrat';
    display: none;
}

.txtShares {
    font: normal 400 14px 'Source Sans Pro';
}

.fb {
    color: #3b5998;
}

.tw {
    color: #55acee;
}

.pt {
    color: #cc2127;
}

.gm {
    color: #186dee;
}

.gp {
    color: #dd4b39;
}

.rd {
    color: #5f99cf;
}


/* Collections */
.collectionCover {
    width: 100%;
    height: 400px;
    background: #555 url(/img/blog/lny/cover.jpg) no-repeat center center;
    background-size: cover;
}

.collectionCoverLayer {
    background-color: rgba(84, 72, 72, 0.7);
    width: 100%;
    height: 400px;
}

.collectionCoverContent {
    text-align: center;
    padding: 85px 0 30px 0;
    height: 400px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.collectionCoverTitle {
    font: normal 300 42px 'Merriweather';
    color: #fff;
}

.collectionCoverSub {
    font: normal 700 21px 'Montserrat';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.collectionText {
    font: normal 400 18px/26px 'Source Sans Pro';
    color: #444;
    margin: 0 0 15px 0;
}

.collectionMain {
    width: 100%;
    background: #fff;
    padding: 0;
}

.dropcaps {
	float: left;
	color: #f0504d;
	font-size: 75px;
	line-height: 60px;
	padding-top: 5px;
	padding-right: 10px;
	font-family: Georgia;
}




/* Press Footer */
.pfooter {
    width: 100%;
    height: 130px;
    background: #e7e7e7;
    border-top: 1px solid #d9d9d9;
}

.pfooterWrap {
    line-height: 130px;
}

.pfooterBadge {
    display: inline-block;
    vertical-align: middle;
}



/* SXSW crap */
.sxsw-main {
	max-width: 100%;
	background: #fff url(/img/sxsw/background2.png) no-repeat center bottom;
    background-size: contain;
}

.film-strip {
	width: 340px;
	height: 740px;
	background: url(/img/sxsw/photostrip@2x.png) no-repeat;
	background-size: contain;
	text-align: center;
	margin-bottom: 20px;
}

.gif1 {
	width: 220px;
	height: 220px;
	position: relative;
	left: 60px;
	top: 20px;
}

.gif2 {
	width: 220px;
	height: 220px;
	position: relative;
	left: 60px;
	top: 40px;
}

.gif3 {
	width: 220px;
	height: 220px;
	position: relative;
	left: 60px;
	top: 60px;
}

.sxsw-share {
	background-color: rgba(255, 255, 255, 0.5);
}

.sxsw-share-icon {
	padding-right: 18px;
}

.sxsw-social {
	font-size: 40px;
}

.sxsw-h2 {
	font: normal 700 24px 'Montserrat';
	margin: 0 0 15px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.sxsw-h3 {
	font: normal 700 16px 'Montserrat';
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sxsw-hash {
	color: #f0514d;
	font-weight: 700;
}

.sxsw-btn {
	font: normal 700 16px 'Montserrat';
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0;
	border-bottom: 2px solid #ddd;
	border-radius: 0;
	padding: 5px 3px;
	margin-top: 20px;
}

.sxsw-clippy-btn {
    position: relative;
    display: inline-block;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #eee;
    background-image: linear-gradient(#fcfcfc, #eee);
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    margin-top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}

.sxsw-clippy-img {
    width: 12px;
    margin-right: 2px;
    margin-top: -3px;
    position: relative;
}



/* Fork It LP */
.sms-banner-wrap {
	width: 100%;
	min-height: 180px;
	background-color: #222222;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-justify-content: center; -moz-justify-content: center; justify-content: center;
	-webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
}

.banner-wrap {
	width: 100%;
	min-height: 180px;
	background-color: #c7e2e0;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-justify-content: center; -moz-justify-content: center; justify-content: center;
	-webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
}

.banner-wrap2 {
	width: 100%;
	min-height: 180px;
	background-color: #444;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-justify-content: center; -moz-justify-content: center; justify-content: center;
	-webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
}

.mission-statement {
	font: normal 700 32px 'Montserrat';
	text-align: center;
	margin: 0;
}

.fi-intro {
	text-align: center;
}

.fi-quote {
	font: normal 400 34px/48px 'Montserrat';
	text-align: center;
	margin: 0;
}

.larger-font {
	font: normal 400 21px/30px 'Source Sans Pro';
	color: #555;
}

.forkit-btn {
	background-color: #39b54a;
	color: #fff;
	font: normal 700 20px 'Montserrat';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 25px;
	margin: 15px 0;
}

.forkit-btn:hover,
.forkit-btn:focus {
	background-color: #0c871d;
	color: #fff;
}

.forkit-btn2 {
	background-color: #fff;
	border: 2px solid #39b54a;
	color: #39b54a;
	font: normal 700 20px 'Montserrat';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 25px;
	margin: 15px 0;
}

.forkit-btn2:hover,
.forkit-btn2:focus {
	background-color: #fff;
	border: 2px solid #0c871d;
	color: #0c871d;
}

.fi-logo {
	max-width: 200px;
	margin: 0 auto;
	padding: 75px 0 30px 0;
}

.lined {
	border-bottom: 1px solid #ddd;
}

.noborder {
	border: 0px !important;
	border-radius: 0 !important;
	box-shadow: 0 0 0 !important;
}

.fi-blurb {
	padding: 140px 0 0 0;
}

.fi-right {
	text-align: right;
	float: right;
}

.forkit-points {
	font: normal 700 36px 'Montserrat';
	margin: 0;
}

.fi-orange {
	color: #f1592a;
}

.fi-orange2 {
	color: #d04014;
}

.fi-green {
	color: #39b54a;
}

.fi-green2 {
	color: #0c871d;
}

.forkit-tag {
	font: normal 700 15px 'Montserrat';
	color: #888;
	margin: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.forkit-intro {
	font: normal 400 21px/32px 'Montserrat';
}

.fi-white {
	color: #fff;
}

.fi-text {
	color: #444;
}

.forkit-social {
	font-size: 30px;
}

.forkit-share {
	font: normal 700 16px 'Montserrat';
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.forkit-share-icon {
    padding-right: 18px;
}

.fi-section {
	padding: 100px 0 0 0;
}

.fiheader-section {
	background: #f6f5f1 url(/img/forkit/header.jpg) no-repeat center center;
    background-size: cover;
}

.journey-section {
	background: #f1592a url(/img/forkit/journey.jpg) no-repeat center center;
	background-size: cover;
}

.community-section {
	background: #ffc1be url(/img/forkit/community.jpg) no-repeat center center;
	background-size: cover;
}

.challenge-section {
	background: #39b54a url(/img/forkit/challenge.jpg) no-repeat center center;
	background-size: cover;
}

.goals-section {
	background: #dae7c5 url(/img/forkit/goal.jpg) no-repeat center center;
	background-size: cover;
}

.fi-download {
	padding: 100px 0;
}

.fi-alert {
    color: #fff;
    background-color: #222;
	text-align: center;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	font: normal 400 18px/28px 'Montserrat';
	text-transform: uppercase;
	letter-spacing: 1px;
}

.close, .close:hover, .close:focus {
	color: #fff !important;
}

.fi-alert-msg {
	padding-left: 20px;
}



/* updated bootstrap, site looks ugly, cry me a river. */
.nav > li > a {
    position: relative;
    display: block;
    padding: 15px;
    font: normal 700 14px 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.nav-tabs {
    border-bottom: 0;
}

.othersubnav > li {
    float: none;
    border-right: 1px solid #f6f5f1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #f6f5f1;
    border-color: transparent;
    border-radius: 0;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0;
    }
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: transparent;
    }
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: transparent;
    }
}

.recipesubnav a {
    color: #999;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

.btn-default {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
}

.btn-default:hover, .btn-default:focus {
    color: #f0504d;
    background-color: #fff;
    border-color: #ddd;
}

.feedback-lg {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

/* Download wall */
#mobileDownload {
    background: #f9f8f6;
    height: 100%;
}

#iphoneWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.iphone {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 375px;
}

.downloadBlock {
    z-index: 1;
    text-align: center;
    padding-top: 10px;
}

.downloadWhy {
    font: normal 400 18px 'Source Sans Pro';
    color: #444;
}

.dlButton-old {
    background: #f0504d;
    font-size: 18px;
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 3px solid #d43e3b;
    padding: 10px 25px;
    margin: 10px 0;
}

.dlButton-old:hover {
    background: #e34845;
    color: #fff;
    border-bottom: 3px solid #cb3936;
}

.dlp {
    font: normal 400 13px/20px 'Source Sans Pro';
    color: #444;
}

/* Video stuff */

/*.vjs-big-play-button  { display:none!important; }*/
/*.vjs-control-bar  { display:none!important; }*/

.col6pad > div {
    position: relative;
}

.video-js {
    width: 100% !important;
    height: auto !important;
}
.video-js:after {
    content: '.';
    display: block;
    position: relative;
    padding: 100% 0 0 0;
    margin: 0 0 0 -100%;
    visibility: hidden;
    height: 0;
}

.video-play-button {
    position:absolute;
    height:60px;
    width:60px;
    margin: -28px 0 0 -30px;
    top:50%;
    left:50%;
    text-align:center;
    vertical-align: middle;
    font-size: 55px;
    color: white;
    text-shadow: -1px 0 2px #888888, 0 1px 2px #888888, 1px 0 2px #888888, 0 -1px 2px #888888;
    /*border:1px solid red;*/
}

.video-play-button.top-right {
    width: 30px;
    height: 30px;
    font-size: 30px;
    margin: 4px 0 0 0;
    right: 0;
    top: 0;
    left: inherit;
}

.item > .video-play-button.top-right {
    left: initial;
}

.ipad-video {
    width: 100%;
    height: 100%;
}

/* Gif stuff */

.gif-player {
	position:relative;
    display:inline-block;
    text-align:center;
    /*border:1px solid red;*/
}

.gif-player span {
	display: none;
}

.gif-player-e .gif-ctrl-l { display: inline; }
.gif-player-l .gif-ctrl-c { display: none; }
.gif-player-s .gif-ctrl-p { display: inline; }
.gif-player-p .gif-ctrl-s { display: none; }

.gif-player-e .gif-info-e { display: none; }
.gif-player-l .gif-info-l { display: inline; }
.gif-player-s .gif-info-s { display: none; }
.gif-player-p .gif-info-p { display: none; }


.gif-play-icon {
    font-size: 38px;
    vertical-align: text-top;
    margin-left: -2px;
}

.gif-play-button {
    position:absolute;
    height:40px;
    width:100px;
    margin: -20px 0 0 -40px;
    top:50%;
    left:50%;
    text-align:center;
    vertical-align: middle;
    font-size: 31px;
    color: white;
    text-shadow: -1px 0 2px #888888, 0 1px 2px #888888, 1px 0 2px #888888, 0 -1px 2px #888888;
}

.gif-spinner {
    position:absolute;
    height:20px;
    width:20px;
    margin: -10px 0 0 -10px;
    top:50%;
    left:50%;
}





.masonry-item-sizer {
    width: 280px;
}


/* Masonry tiles style for mobiles (if changes width, need to update mobileWidth in the kitchenbowl.js with the same value */
@media (max-width: 620px) {

    .tiletitle {
        font-size: 14px;
        line-height: 16px;
    }

    .tilefooter {
        font-size: 12px;
        padding-right: 3px;
        padding-left: 3px;
    }

    .tilefooter .likes {
        padding-right: 3px;
    }

    #items .item {
        width: 46%;
        margin: 0 2% 15px;
    }

    #items2 .item {
        width: 46%;
        margin: 0 2% 15px;
    }

    .masonry-item-sizer {
        width: 46%;
		margin-left: 2%;
		margin-right: 2%;
    }
	.cream {
	    background: #f6f5f1;
	    padding: 15px 0;
	}
	.main {
		width: 100%;
		background: #f6f5f1;
		padding: 0;
	}
	.popular {
	    background: transparent;
	    padding: 30px 0 50px 0;
	}
	.source {
	    font: 700 12px 'Source Sans Pro';
	    color: #f0504d;
	    margin: 0;
	}
	.tiletext {
	    padding: 6px;
	}
	.mobileNah {
		display: none;
	}
}






/* Responsiveness */

/* Large desktops */
@media (min-width: 1200px) {
    .socialtext {
        display: none;
    }
}

/* Medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.homeCoverContent {
	    text-align: center;
	    padding: 42px 0 0 0;
	    height: 350px;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: center;
	    -moz-justify-content: center;
	    justify-content: center;
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    flex-direction: column;
        overflow: hidden;
	}
	.homeTitle {
	    font: normal 700 32px 'Montserrat';
	    color: #fff;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	}
	.homeSub {
	    font: italic 700 26px/36px 'Playfair Display';
	    color: #FFF;
	}
    .kbintro {
        padding: 70px 0 40px 0;
    }

    .hello {
        font: normal 300 25px/42px 'Merriweather';
        color: #fff;
    }

    .feature {
        font: normal 700 26px 'Playfair Display';
        color: #f98886;
    }

    .beta {
        font: normal 300 17px/26px 'Merriweather';
        color: #ccc;
        padding-bottom: 13px;
    }

    .betaIntro {
        display: none;
    }

    .socialtext {
        display: none;
    }
	.fi-logo {
	    max-width: 170px;
	    margin: 0 auto;
	    padding: 40px 0;
	}
	.forkit-points {
	    font: normal 700 32px 'Montserrat';
	    margin: 0;
	}
	.fi-quote {
		font: normal 400 28px/36px 'Montserrat';
		text-align: center;
		margin: 0;
	}
	.fi-section {
		padding: 50px 0 0 0;
	}
	.fi-blurb {
		padding: 100px 0 0 0;
	}

	.banner-wrap, .banner-wrap2 {
		min-height: 150px;
	}
	.fi-download {
	    padding: 70px 0;
	}
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
	.homeCoverContent {
	    text-align: center;
	    padding: 42px 0 0 0;
	    height: 300px;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: center;
	    -moz-justify-content: center;
	    justify-content: center;
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    flex-direction: column;
        overflow: hidden;
	}
	.homeTitle {
	    font: normal 700 27px 'Montserrat';
	    color: #fff;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	}
	.homeSub {
	    font: italic 700 24px/30px 'Playfair Display';
	    color: #FFF;
	}
    .hello {
        font: normal 300 31px/36px 'Merriweather';
        color: #fff;
        padding-bottom: 5px;
    }

    .feature {
        font: normal 700 32px 'Playfair Display';
        color: #f98886;
    }

    .beta {
        font: normal 300 18px/28px 'Merriweather';
        color: #ccc;
        padding-bottom: 5px;
        margin-top: 15px;
    }

    .betaIntro {
        display: none;
    }

    .joinb {
        text-align: right;
    }

    .socialtext {
        display: none;
    }

    .shareStoryFixed {
        display: none;
    }

	.core4 {
	    padding: 40px 0;
		border-right: 0;
		border-left: 0;
	}
	.fi-quote {
		font: normal 400 21px/30px 'Montserrat';
		text-align: center;
		margin: 0;
	}
	.fi-section {
		padding: 50px 0 0 0;
	}
	.fi-blurb {
		padding: 60px 0 0 0;
	}
	.fi-logo {
	    max-width: 170px;
	    margin: 0 auto;
	    padding: 20px 0;
	}
	.forkit-points {
	    font: normal 700 26px 'Montserrat';
	    margin: 0;
	}
	.forkit-intro {
	    font: normal 400 17px/28px 'Montserrat';
	}
	.forkit-btn, .forkit-btn2 {
		font: normal 700 18px 'Montserrat';
	}
	.fi-download {
	    padding: 50px 0;
	}
	.banner-wrap, .banner-wrap2 {
	    min-height: 120px;
	}
}

/* Big phones */
@media (min-width: 481px) and (max-width: 767px) {
	.homeCoverContent {
	    text-align: center;
	    padding: 42px 0 0 0;
	    height: 250px;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: center;
	    -moz-justify-content: center;
	    justify-content: center;
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    flex-direction: column;
        overflow: hidden;
	}
	.homeTitle {
	    font: normal 700 24px 'Montserrat';
	    color: #fff;
	    text-transform: uppercase;
	    letter-spacing: 2px;
		margin: 0;
	}
	.homeSub {
	    font: italic 700 18px 'Playfair Display';
	    color: #FFF;
	}
    .kbintro {
        padding: 50px 0 15px 0;
    }

    .hello {
        font: normal 300 24px/30px 'Merriweather';
        color: #fff;
        padding-bottom: 5px;
    }

    .feature {
        font: normal 700 25px 'Playfair Display';
        color: #f98886;
    }

    .beta {
        display: none;
    }

    .betaIntro {
        display: none;
    }

    .joinb {
        text-align: center;
        margin-top: 20px;
    }

    .socialicon {
        display: none;
    }

    .contestCover {
        width: 100%;
        height: 200px;
        background: #14190f url(/img/covers/contest.jpg) no-repeat center center;
        background-size: cover;
    }

    .contestCoverLayer {
        background-color: rgba(30, 30, 30, 0.6);
        width: 100%;
        height: 200px;
    }

    .contestTitle {
        font: normal 700 30px 'Montserrat';
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .contestSub {
        display: none;
    }

    .contestCoverContent {
        text-align: center;
        padding: 42px 0 0 0;
        height: 200px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

	#contests a {
	    position: relative;
	    display: block;
	    margin-bottom: 15px;
	}

	#staffpicks a {
	    position: relative;
	    display: block;
	    margin-bottom: 15px;
	}

	#contests a strong {
	    display: block;
	    font: normal 700 21px 'Montserrat';
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    color: #fff;
	}

    .blogTitle {
        font: normal 700 36px/42px 'Playfair Display';
        color: #fff;
    }

    .blogSub {
        font: normal 300 21px/24px 'Merriweather';
        color: #aaa;
        margin: 0;
    }

    .blogCover {
        width: 100%;
        height: 200px;
        background: #14190f url(/img/covers/blog.jpg) no-repeat center center;
        background-size: cover;
    }

    .blogCoverLayer {
        background-color: rgba(84, 72, 72, 0.7);
        width: 100%;
        height: 200px;
    }

    .blogCoverContent {
        text-align: center;
        padding: 30px 0 0 0;
        height: 200px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

	.storyCover {
	    width: 100%;
	    height: 200px;
	    background: #555 url(/img/blog/lny/cover.jpg) no-repeat center center;
	    background-size: cover;
	}

	.storyCoverLayer {
	    background-color: rgba(84, 72, 72, 0.7);
	    width: 100%;
	    height: 200px;
	}

	.storyCoverContent {
        text-align: center;
        padding: 30px 0 0 0;
        height: 200px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
	.collectionCover {
	    width: 100%;
	    height: 200px;
	    background: #555 url(/img/blog/lny/cover.jpg) no-repeat center center;
	    background-size: cover;
	}

	.collectionCoverLayer {
	    background-color: rgba(84, 72, 72, 0.7);
	    width: 100%;
	    height: 200px;
	}

	.collectionCoverContent {
        text-align: center;
        padding: 30px 0 0 0;
        height: 200px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .storyTitle {
        font: normal 300 18px/21px 'Merriweather';
        color: #444;
        text-align: center;
    }

    .storyDate {
        font: normal 400 12px 'Montserrat';
        color: #777;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
    }

    .shareStoryFixed {
        display: none;
    }

    .shareStorySection {
        display: none;
    }

    .storyCoverTitle {
        font: normal 300 32px 'Merriweather';
        color: #fff;
    }

	.storyCoverDate {
	    font: normal 700 15px 'Montserrat';
	    color: #aaa;
	    text-transform: uppercase;
	    letter-spacing: 2px;
		margin: 0;
	}
	.collectionCoverTitle {
        font: normal 300 32px 'Merriweather';
        color: #fff;
    }

	.collectionCoverSub {
	    font: normal 700 15px 'Montserrat';
	    color: #aaa;
	    text-transform: uppercase;
	    letter-spacing: 2px;
		margin: 0;
	}

    .cream3 {
        background: #f6f5f1;
        padding: 10px 0;
        border-right: 0;
        border-left: 0;
    }

    .featureHead {
        font: normal 300 21px 'Merriweather';
        color: #555;
        text-align: center;
    }

    .featureTitle {
        color: #fff;
        font: normal 300 30px 'Merriweather';
    }

	.tabText {
		display: none;
	}
	.staffpicksCover {
	    width: 100%;
	    height: 200px;
	    background: #cc895f url(/img/covers/staffpicks.jpg) no-repeat center center;
	    background-size: cover;
	}

	.staffpicksCoverLayer {
	    background-color: rgba(80, 80, 80, 0.3);
	    width: 100%;
	    height: 200px;
	}

	.staffpicksTitle {
	    font: normal 700 36px 'Playfair Display';
	    color: #fff;
		text-transform: uppercase;
		letter-spacing: 3px;
		text-shadow: 0 -1px #444;
		margin: 0;
	}

	.staffpicksSub {
	    font: italic 700 18px 'Playfair Display';
	    color: #fff;
		text-shadow: 0 -1px #444;
		margin: 0;
	}

	.staffpicksCoverContent {
	    text-align: center;
	    padding: 85px 0 30px 0;
	    height: 200px;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: center;
	    -moz-justify-content: center;
	    justify-content: center;
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    flex-direction: column;
	}
	.fi-quote {
		font: normal 400 21px/30px 'Montserrat';
		text-align: center;
		margin: 0;
	}
	.fi-section {
		padding: 30px 0 0 0;
	}
	.fi-blurb {
		padding: 100px 0 0 0;
	}
	.fi-logo {
	    max-width: 150px;
	    margin: 0 auto;
	    padding: 0 0 15px 0;
	}
	.forkit-points {
	    font: normal 700 26px 'Montserrat';
	    margin: 0;
	}
	.forkit-intro {
	    font: normal 400 17px/28px 'Montserrat';
	}
	.fi-download {
	    padding: 20px 0;
	}
	.forkit-btn, .forkit-btn2 {
		font: normal 700 18px 'Montserrat';
	}
}

/* Small phones */
@media (max-width: 480px) {
	.homeCoverContent {
	    text-align: center;
	    padding: 42px 0 0 0;
	    height: 200px;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: center;
	    -moz-justify-content: center;
	    justify-content: center;
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    flex-direction: column;
        overflow: hidden;
	}
	.homeTitle {
	    font: normal 700 15px 'Montserrat';
	    color: #fff;
	    text-transform: uppercase;
	    letter-spacing: 2px;
		margin: 0;
	}
	.homeSub {
	    font: italic 700 16px 'Playfair Display';
	    color: #FFF;
	}
    .kbintro {
        padding: 50px 0 10px 0;
    }

    .hello {
        font: normal 300 18px/24px 'Merriweather';
        color: #fff;
    }

    .feature {
        font: normal 700 20px 'Playfair Display';
        color: #f98886;
    }

    .beta {
        display: none;
    }

    .betaIntro {
        display: none;
    }

    .joinb {
        text-align: center;
        margin-top: 20px;
    }

    .socialicon {
        display: none;
    }

    .contestCover {
        width: 100%;
        height: 200px;
        background: #14190f url(/img/covers/contest.jpg) no-repeat center center;
        background-size: cover;
    }

    .contestCoverLayer {
        background-color: rgba(30, 30, 30, 0.6);
        width: 100%;
        height: 200px;
    }

    .contestTitle {
        font: normal 700 24px 'Montserrat';
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .contestSub {
        display: none;
    }

    .contestCoverContent {
        text-align: center;
        padding: 42px 0 0 0;
        height: 200px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

	#contests a {
	    position: relative;
	    display: block;
	    margin-bottom: 15px;
	}

	#staffpicks a {
	    position: relative;
	    display: block;
	    margin-bottom: 15px;
	}

	#contests a strong {
	    display: block;
	    font: normal 700 18px 'Montserrat';
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    color: #fff;
	}

    .blogTitle {
        font: normal 700 30px/36px 'Playfair Display';
        color: #fff;
    }

    .blogSub {
        font: normal 300 17px/21px 'Merriweather';
        color: #aaa;
        margin: 0;
    }

    .blogCover {
        width: 100%;
        height: 200px;
        background: #14190f url(/img/covers/blog.jpg) no-repeat center center;
        background-size: cover;
    }

    .blogCoverLayer {
        background-color: rgba(84, 72, 72, 0.7);
        width: 100%;
        height: 200px;
    }

    .blogCoverContent {
        text-align: center;
        padding: 30px 0 0 0;
        height: 200px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

	.storyCover {
	    width: 100%;
	    height: 200px;
	    background: #555 url(/img/blog/lny/cover.jpg) no-repeat center center;
	    background-size: cover;
	}

	.storyCoverLayer {
	    background-color: rgba(84, 72, 72, 0.7);
	    width: 100%;
	    height: 200px;
	}

	.storyCoverContent {
        text-align: center;
        padding: 30px 0 0 0;
        height: 200px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
	.collectionCover {
	    width: 100%;
	    height: 200px;
	    background: #555 url(/img/blog/lny/cover.jpg) no-repeat center center;
	    background-size: cover;
	}

	.collectionCoverLayer {
	    background-color: rgba(84, 72, 72, 0.7);
	    width: 100%;
	    height: 200px;
	}

	.collectionCoverContent {
        text-align: center;
        padding: 30px 0 0 0;
        height: 200px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .storyTitle {
        font: normal 300 17px/21px 'Merriweather';
        color: #444;
        text-align: center;
    }

    .storyDate {
        font: normal 400 12px 'Montserrat';
        color: #777;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
    }

    .shareStoryFixed {
        display: none;
    }

    .shareStorySection {
        display: none;
    }

    .storyCoverTitle {
        font: normal 300 24px 'Merriweather';
        color: #fff;
    }

	.storyCoverDate {
	    font: normal 700 13px 'Montserrat';
	    color: #aaa;
	    text-transform: uppercase;
	    letter-spacing: 2px;
		margin: 0;
	}
	.collectionCoverTitle {
        font: normal 300 28px 'Merriweather';
        color: #fff;
    }

	.collectionCoverSub {
	    font: normal 700 13px 'Montserrat';
	    color: #aaa;
	    text-transform: uppercase;
	    letter-spacing: 2px;
		margin: 0;
	}

    .cream3 {
        background: #f6f5f1;
        padding: 10px 0;
        border-right: 0;
        border-left: 0;
    }

    .featureHead {
        font: normal 300 18px 'Merriweather';
        color: #555;
        text-align: center;
    }

    .featureTitle {
        color: #fff;
        font: normal 300 24px 'Merriweather';
    }

    .storyLead {
        font: normal 400 18px/26px 'Source Sans Pro';
        color: #444;
        margin: 25px 0;
    }

    .storyHeader {
        font: normal 300 18px/26px 'Merriweather';
        color: #444;
        margin: 10px 0;
    }

    .pfooter {
        display: none;
    }

	.tabText {
		display: none;
	}
	.staffpicksCover {
	    width: 100%;
	    height: 200px;
	    background: #cc895f url(/img/covers/staffpicks.jpg) no-repeat center center;
	    background-size: cover;
	}

	.staffpicksCoverLayer {
	    background-color: rgba(80, 80, 80, 0.3);
	    width: 100%;
	    height: 200px;
	}

	.staffpicksTitle {
	    font: normal 700 36px 'Playfair Display';
	    color: #fff;
		text-transform: uppercase;
		letter-spacing: 3px;
		text-shadow: 0 -1px #444;
		margin: 0;
	}

	.staffpicksSub {
	    font: italic 700 18px 'Playfair Display';
	    color: #fff;
		text-shadow: 0 -1px #444;
		margin: 0;
	}

	.staffpicksCoverContent {
	    text-align: center;
	    padding: 85px 0 30px 0;
	    height: 200px;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: center;
	    -moz-justify-content: center;
	    justify-content: center;
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    flex-direction: column;
	}
	.fi-quote {
		font: normal 400 18px/26px 'Montserrat';
		text-align: center;
		margin: 0;
	}
	.fi-section {
		padding: 30px 0 0 0;
	}
	.fi-blurb {
		padding: 30px 0 0 0;
	}
	.fi-logo {
	    max-width: 120px;
	    margin: 0 auto;
	    padding: 0 0 15px 0;
	}
	.forkit-points {
	    font: normal 700 21px 'Montserrat';
	    margin: 0;
	}
	.forkit-intro {
	    font: normal 400 15px/21px 'Montserrat';
	}
	.fi-download {
	    padding: 0;
	}
	.banner-wrap, .banner-wrap2 {
	    min-height: 120px;
	}
	.forkit-btn, .forkit-btn2 {
		font: normal 700 16px 'Montserrat';
	}
	.fi-alert {
	    color: #fff;
	    background-color: #222;
		text-align: center;
		margin-bottom: 0 !important;
		border-radius: 0 !important;
		font: normal 400 14px/21px 'Montserrat';
		text-transform: uppercase;
		letter-spacing: 1px;
	}
}


/* Small phones */
@media (max-width: 320px) {
	.fi-quote {
		font: normal 400 16px/21px 'Montserrat';
		text-align: center;
		margin: 0;
	}
	.forkit-points {
	    font: normal 700 18px 'Montserrat';
	    margin: 0;
	}
	.forkit-intro {
	    font: normal 400 12px/18px 'Montserrat';
	}
	.banner-wrap, .banner-wrap2 {
	    min-height: 100px;
	}
}




/* older responsive code */

/* Med desktop */
@media (max-width: 1199px) {
    .headshot {
        width: 75px;
        height: 75px;
    }

    .username {
        color: #fff;
        font: normal 700 30px 'Montserrat';
    }

    .location {
        color: #aaa;
        font: normal 700 18px 'Montserrat';
        margin: 0 0 20px 0;
    }

    .follows {
        color: #fff;
        font: normal 700 15px 'Montserrat';
    }

    .intro {
        font: normal 300 17px/24px 'Merriweather';
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
    .poplist1 {
        text-align: center;
    }

    .poplist2 {
        text-align: center;
    }

    .footer {
        text-align: center;
    }

    .site-footer {
        background: transparent;
        border-top: 1px solid #fff;
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    .site-footer li {
        display: inline-block;
        padding: 20px 10px 0 10px;
        font: 700 12px 'Montserrat';
        text-transform: uppercase;
    }

    .subnav2 {
        *display: block;
    }

    #subnav-wrapper {
        *display: block;
    }

    .navbar-toggle {
        font-size: 20px;
        padding: 0;
        color: #f0504d;
    }

    .navbar-brand {
        float: left;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .nav-justified > li {
        float: left !important;
        height: 51px;
    }

    .othersubnav > li {
        width: 33% !important;
    }

    .recipesubnav > li {
        width: 20% !important;
    }

    .headshot {
        width: 75px;
        height: 75px;
    }

    .username {
        color: #fff;
        font: normal 700 30px 'Montserrat';
    }

    .location {
        color: #aaa;
        font: normal 700 18px 'Montserrat';
        margin: 0 0 20px 0;
    }

    .follows {
        color: #fff;
        font: normal 700 15px 'Montserrat';
    }

    .bio {
        color: #fff;
        font: normal 400 16px/20px 'Source Sans Pro';
    }

    .intro {
        font: normal 300 16px/24px 'Merriweather';
    }

    .core {
        padding: 50px 0 0 0;
        background: #f6f5f1;
    }

    .core2 {
        padding: 50px 0;
        background: #f6f5f1;
    }

    .core3 {
        padding: 50px 0;
    }
	.core4 {
	    padding: 40px 0;
		border-right: 0;
		border-left: 0;
	}
	.storyText {
	    font: normal 400 15px/21px 'Source Sans Pro';
	    color: #444;
	    margin: 0 0 15px 0;
	}
	.storyLead {
	    font: normal 400 15px/21px 'Source Sans Pro';
	    color: #444;
	    margin: 0 0 15px 0;
	}
	.storyQuote {
	    font: italic 700 17px 'playfair display';
	    color: #444;
	}
	.shareStory {
	    font: normal 300 21px/36px 'Merriweather';
	    color: #333;
	    padding: 0 0 5px 0;
	    margin: 0 0 20px 0;
	    border-bottom: 1px solid #edeae5;
	    text-align: center;
	}
	.collectionText {
	    font: normal 400 15px/21px 'Source Sans Pro';
	    color: #444;
	    margin: 0 0 15px 0;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .headshot {
        width: 60px;
        height: 60px;
    }

    .username {
        color: #fff;
        font: normal 700 24px 'Montserrat';
    }

    .location {
        color: #aaa;
        font: normal 700 16px 'Montserrat';
        margin: 0 0 20px 0;
    }

    .intro {
        font: normal 300 16px/21px 'Merriweather';
    }

    .pagehead {
        font: normal 700 28px 'Playfair Display';
        color: #333;
    }

    .redhead {
        font: normal 700 20px 'Montserrat';
        color: #f0504d;
    }

    .lighthead {
        font: normal 400 14px 'Merriweather';
        color: #888;
        margin: 0 0 10px 0;
    }

    .teamMember {
        font: normal 700 16px 'Montserrat';
        color: #333;
        margin: 0 0 5px 0;
    }

    .pressdl {
        margin: 10px 0 25px 0;
        text-align: center;
    }

    p {
        font: normal 400 16px/20px 'Source Sans Pro';
        color: #555;
    }

    ol {
        font: normal 400 16px/20px 'Source Sans Pro';
        color: #555;
    }

    ul {
        font: normal 400 16px/20px 'Source Sans Pro';
        color: #555;
        list-style: disc;
    }
}

/* iphone5 */
@media (min-height: 481px) and (max-height: 568px) {
    #iphoneWrap {
        position: absolute;
        bottom: -50px;
        width: 100%;
    }
}

/* iphone4 */
@media (max-height: 480px) {
    .downloadWhy {
        font: normal 400 18px 'Source Sans Pro';
        color: #444;
        margin: 0;
    }

    #iphoneWrap {
        position: absolute;
        bottom: -190px;
        width: 100%;
    }
}


/* Misc Mobile stuff */
#mobileCore {
    padding: 10px 0 50px 0;
    background: #f9f8f6;
}

.mobilehead {
    font: normal 700 20px 'Montserrat';
    color: #f0504d;
    text-align: center;
}

.subhead {
    font: normal 700 15px 'Montserrat';
    color: #777;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}

.guidelines {
    font: normal 700 18px 'Source Sans Pro';
    margin: 20px 0 2px 0;
    color: #555;
}

ol.guidelines {
    margin-left: 0;
}

.guidehead {
    font: normal 700 18px 'Montserrat';
    color: #555;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 3px 0;
    border-bottom: 2px solid #fff;
}

/* sticky footer */

#branch-banner-iframe {
    font-family: 'source sans pro', helvetica, sans-serif !important;
    box-shadow: 0 !important;
}

#stickyFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
	border-top: 0px solid #ddd;
}

.shareFooter {
    height: 30px;
    width: 100%;
    background: rgba(230, 228, 217, .9);
}

.shareFooter a {
    font-size: 18px;
}

.shareFooterTab {
    border-radius: 0;
    width: 25%;
	height: 30px;
    text-align: center;
}

.footerNav > li > a {
    position: relative;
    display: block;
    padding: 5px;
	color: #f0514d;
}

.footerNav > li > a:hover {
	color: #555;
}

/* FORK IT FOOTER BANNER THING */

.download-banner {
	width: 100%;
	height: 90px;
	background: rgba(20, 20, 20, .9);
	border-top: 3px solid #39b54a;
	position: absolute;
	bottom: 0;
}

.dlcore {
	height: 90px;
	position: relative;
}

.dlimg {
	float: left;
	width: 15%;
	position: absolute;
	bottom: 0;
}

.dlmessage, .dlmessage2 {
	float: left;
	margin-left: 16%;
	padding: 10px 5px;
}

.bannertext1 {
	font: bold 20pt 'Source Sans Pro';
	color: #ffd200;
}

.bannertext2 {
	font: normal 15pt 'Source Sans Pro';
	color: #fff;
}

.dlbutton {
	float: left;
	padding: 14px 20px;
}

.dlbutton2 {
	float: right;
	padding: 14px 20px;
}

.getappbtn {
	background: #39b54a;
	font: bold 18pt 'Source Sans Pro';
	padding: 12px 18px;
	color: #fff;
	height: 60px;
	border: 0;
}

.getappbtn:hover,
.getappbtn:focus {
	background: #0c871d;
	color: #fff;
}

.getappbtn2 {
	background: #39b54a;
	padding: 8px 15px;
	color: #fff;
	height: 60px;
	border: 0;
}

.getappbtn2:hover,
.getappbtn2:focus {
	background: #0c871d;
	color: #fff;
}

.addto-cart {
	font: bold 15pt'Source Sans Pro';
	margin: 0;
}

.num-ingred {
	font: normal 10pt'Source Sans Pro';
	margin: 0;
}


.dlbigimg {
	float: right;
	width: 20%;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.dlmessage, .dlmessage2 {
		float: left;
		margin-left: 16%;
		padding: 12px 5px;
	}
	.bannertext1 {
		font: bold 18pt 'Source Sans Pro';
	}
	.bannertext2 {
		font: normal 13pt 'Source Sans Pro';
	}
	.dlbutton {
		float: left;
		padding: 16px;
	}
	.dlbutton2 {
		float: right;
		padding: 16px;
	}
	.getappbtn {
		background: #39b54a;
		font: bold 15pt 'Source Sans Pro';
		padding: 12px 18px;
		color: #fff;
		height: 55px;
		border: 0;
	}
	.getappbtn2 {
		background: #39b54a;
		padding: 8px 15px;
		color: #fff;
		height: 55px;
		border: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.dlimg {
		float: left;
		width: 12%;
		position: absolute;
		bottom: 75px;
	}
	.dlmessage, .dlmessage2 {
		float: left;
		margin-left: 0;
		padding: 15px 0;
	}
	.bannertext1 {
		font: bold 16pt 'Source Sans Pro';
	}
	.bannertext2 {
		font: normal 13pt 'Source Sans Pro';
	}
	.dlbutton {
		float: left;
		padding: 18px 15px;
	}
	.dlbutton2 {
		float: right;
		padding: 14px 15px;
	}
	.getappbtn {
		background: #39b54a;
		font: bold 13pt 'Source Sans Pro';
		padding: 12px 15px;
		color: #fff;
		height: 55px;
		border: 0;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.dlimg {
		float: left;
		width: 12%;
		position: absolute;
		bottom: 80px;
	}
	.dlmessage {
		float: left;
		margin-left: 0;
		width: 60%;
	}
	.dlmessage2 {
		float: left;
		margin-left: 0;
		width: 60%;
		padding: 19px 0;
	}
	.bannertext1 {
		font: bold 14pt 'Source Sans Pro';
	}
	.bannertext2 {
		font: normal 12pt 'Source Sans Pro';
	}
	.dlbutton {
		float: left;
		padding: 15px;
	}
	.dlbutton2 {
		float: right;
		padding: 15px;
	}
	.getappbtn {
		background: #39b54a;
		font: bold 13pt 'Source Sans Pro';
		padding: 12px 15px;
		color: #fff;
		height: 50px;
		border: 0;
	}
	.minnn {
		display: none;
	}
	.getappbtn2 {
		background: #39b54a;
		padding: 5px 15px;
		color: #fff;
		height: 55px;
		border: 0;
	}
}

@media (min-width: 376px) and (max-width: 480px) {
	.dlimg {
		float: left;
		width: 15%;
		position: absolute;
		bottom: 80px;
	}
	.dlmessage {
		float: left;
		margin-left: 0;
		width: 70%;
		padding: 12px 0;
	}
	.dlmessage2 {
		float: left;
		margin-left: 0;
		width: 70%;
		padding: 19px 0;
	}
	.bannertext1 {
		font: bold 12pt 'Source Sans Pro';
	}
	.bannertext2 {
		font: normal 11pt 'Source Sans Pro';
	}
	.dlbutton {
		float: right;
		padding: 19px 0;
	}
	.dlbutton2 {
		float: right;
		padding: 15px 0;
	}
	.getappbtn {
		background: #39b54a;
		font: bold 12pt 'Source Sans Pro';
		padding: 12px 15px;
		color: #fff;
		height: 50px;
		border: 0;
	}
	.minnn {
		display: none;
	}
	.dlbigimg {
		float: right;
		width: 30%;
		position: absolute;
		bottom: 93px;
		right: 0;
		padding-right: 5px;
	}
	.addto-cart {
	    font: bold 12pt 'Source Sans Pro';
	    margin: 0;
	}
	.getappbtn2 {
		background: #39b54a;
		padding: 8px 15px;
		color: #fff;
		height: 55px;
		border: 0;
	}
}

@media (min-width: 321px) and (max-width: 375px) {
	.download-banner {
		width: 100%;
		height: 85px;
		background: rgba(252, 251, 249, .9);
		border-top: 3px solid #39b54a;
		position: absolute;
		bottom: 0;
	}
	.dlcore {
		height: 85px;
		position: relative;
	}
	.dlimg {
		float: left;
		width: 15%;
		position: absolute;
		bottom: 75px;
	}
	.dlmessage {
		float: left;
		margin-left: 0;
		width: 69%;
		padding: 11px 0;
	}
	.dlmessage2 {
		float: left;
		margin-left: 0;
		width: 69%;
		padding: 19px 0;
	}
	.bannertext1 {
		font: bold 12pt 'Source Sans Pro';
	}
	.bannertext2 {
		font: normal 11pt 'Source Sans Pro';
	}
	.dlbutton {
		float: right;
		padding: 19px 0;
	}
	.dlbutton2 {
		float: right;
		padding: 15px 0;
	}
	.getappbtn {
		background: #39b54a;
		font: bold 11pt 'Source Sans Pro';
		padding: 12px 14px;
		color: #fff;
		height: 45px;
		border: 0;
	}
	.minnn {
		display: none;
	}
	.dlbigimg {
		float: right;
		width: 30%;
		position: absolute;
		bottom: 88px;
		right: 0;
		padding-right: 5px;
	}
	.addto-cart {
	    font: bold 12pt'Source Sans Pro';
	    margin: 0;
	}
	.getappbtn2 {
		background: #39b54a;
		padding: 6px 11px;
		color: #fff;
		height: 50px;
		border: 0;
	}
}

@media (max-width: 320px) {
	.download-banner {
		width: 100%;
		height: 80px;
		background: rgba(252, 251, 249, .9);
		border-top: 3px solid #39b54a;
		position: absolute;
		bottom: 0;
	}
	.dlcore {
		height: 80px;
		position: relative;
	}
	.dlimg {
		float: left;
		width: 15%;
		position: absolute;
		bottom: 70px;
	}
	.dlmessage {
		float: left;
		margin: 0;
		width: 69%;
		padding: 8px 0;
	}
	.dlmessage2 {
		float: left;
		margin: 0;
		width: 69%;
		padding: 15px 0;
	}
	.bannertext1 {
		font: bold 10pt 'Source Sans Pro';
	}
	.bannertext2 {
		font: normal 10pt 'Source Sans Pro';
	}
	.dlbutton {
		float: right;
		padding: 18px 0;
		margin: 0;
	}
	.dlbutton2 {
		float: right;
		padding: 12px 0;
		margin: 0;
	}
	.getappbtn {
		background: #39b54a;
		font: bold 10pt 'Source Sans Pro';
		padding: 10px;
		color: #fff;
		height: 40px;
		border: 0;
	}
	.minnn {
		display: none;
	}
	.dlbigimg {
		float: right;
		width: 30%;
		position: absolute;
		bottom: 83px;
		right: 0;
		padding-right: 5px;
	}
	.addto-cart {
	    font: bold 12pt'Source Sans Pro';
	    margin: 0;
	}
	.getappbtn2 {
		background: #39b54a;
		padding: 8px;
		color: #fff;
		height: 50px;
		border: 0;
	}
	.addto-cart {
	    font: bold 10pt 'Source Sans Pro';
	    margin: 0;
	}
	.num-ingred {
	    font: normal 8pt'Source Sans Pro';
	    margin: 0;
	}
}







.fbTab {
    background: #3b5999;
}

.twTab {
    background: #2aa9e0;
}

.ptTab {
    background: #c9232d;
}

.gmTab {
    background: #186dee;
}

.asTab {
    background: #f0504d;
}

.gpTab {
    background: #dd4b39;
}




.no-results {
    padding: 70px 0;
    display: flex;
    flex-direction: column;
}

.red-text {
    color: #f0504d;
}

.sort-by {
    padding-top: 10px;
    font: normal 700 14px 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555555;
}

.sort-by select {
    height: 28px;
    text-transform: uppercase;
    background-color: #F6F5F1;
    border-radius: 4px;
    border: none;
    width: 150px;
}

/* Browse by category */
.bycategory {
    margin-top: 50px;
}
.bycategory .item {
    padding: 10px;
}
.bycategory .title {
    font: normal 700 14px 'Montserrat';
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
.bycategory .title:hover {
	color: #f0504d;
}
.bycategory .images {
    padding-top: 10px;
}
.bycategory .images img {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
/*.bycategory .images img:nth-child(1) {
    border-top-left-radius: 3px;
}
.bycategory .images img:nth-child(2) {
    border-top-right-radius: 3px;
}
.bycategory .images img:nth-child(3) {
    border-bottom-left-radius: 3px;
}
.bycategory .images img:nth-child(4) {
    border-bottom-right-radius: 3px;
}*/
.collection.item > a {
    display: block;
    background-color: #DDDDDD;
    width: 100%;
}
.collection.item img {
    width: 50%;
    display: inline-block;
}
.collection.item img:nth-child(1) {
    border-top-left-radius: 3px;
}
.collection.item img:nth-child(2) {
    border-top-right-radius: 3px;
}
.collection.item .tiletext > h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.by-user {
    font: normal 700 22px 'Montserrat';
    color: white;
}

.more-recipe.loadmore span {
    display: none;
}

.more-recipe.loadmore.button span {
    display: inline;
    outline: none;
}

.more-recipe .loadbtn {
    outline: none;
}

.loader3dot:before,
.loader3dot:after,
.loader3dot {
    border-radius: 50%;
    width: 1.0em;
    height: 1.0em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader3dot {
    font-size: 10px;
    margin: 0 auto;
    top: -10px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader3dot:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader3dot:after {
    left: 1.5em;
}
.loader3dot:before,
.loader3dot:after {
    content: '';
    position: absolute;
    top: 0;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 1.0em 0 -0.5em #f0504d;
    }
    40% {
        box-shadow: 0 1.0em 0 0 #f0504d;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 1.0em 0 -0.5em #f0504d;
    }
    40% {
        box-shadow: 0 1.0em 0 0 #f0504d;
    }
}
