@charset "UTF-8";

/*
Theme Name: Friendseat v2.0
Theme URI: https://binarybits.com/
Author: Binary Bits
Author URI: https://binarybits.com/
Description:
Tested up to: 6.0
Requires PHP: 5.6
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: friendseat
Tags: 
*/


@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400&display=swap');

@font-face {
    font-family: FontAwesome;
    src: url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

body {
    font-family: 'Playfair Display', Georgia, Times, serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #333333;
}


h1,.h1 {
    font-family: 'Merriweather', Georgia, Times, serif;
    font-weight: 400;
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-family: 'Playfair Display', Georgia, Times, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 60px;
    line-height: 39px;
    color: #000000;
}

.h3 {
    font-family: 'NeueHaasUnica', Arial, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #6f6f6f;
}

h4,
h5 {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

h1,
h2,
h3 {
    color: #e23e23;
}

body a:hover {
    color: #be2a12;
}
p, li, ul, body p {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

h1.home-banner-text {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
}

b {
    font-weight: bold;
}

body p,
.listings_column li {
    font-family: "Charter", Georgia, Times, serif;
}

.listings_column b {
    font-size: 18px;
}

body a {
    color: #337ab7;
    text-decoration: none;
}

body,
body p {
    font-size: 15px;
    line-height: 1.8;
}

.listings_column {
    padding: 0;
    list-style: none;
    margin-bottom: 2rem;
}

.section-title {
	text-align: center;
	color: #e23e23;
}
#site-content {
    padding-top: 120px;
}

body.home #site-content {
    padding-top: 0;
}

#fe-header.sticky {
    padding: 0;
    background: #e1e1e1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#d4d4d4));
    background-image: -webkit-linear-gradient(top, #eaeaea, #d4d4d4);
    background-image: -moz-linear-gradient(top, #eaeaea, #d4d4d4);
    background-image: -o-linear-gradient(top, #eaeaea, #d4d4d4);
    background-image: -ms-linear-gradient(top, #eaeaea, #d4d4d4);
    background-image: linear-gradient(top, #eaeaea, #d4d4d4);
}

#fe-header.sticky.fe-header .fe-logo {
    border-radius: 0;
}

#fe-header.sticky #fe-main-menu a {
    color: #000;
}

#fe-header.sticky #fe-main-menu a:hover {
    color: #e23e23;
}

#fe-header.sticky .fe-header-wrapper {
    padding: 0;
}

#fe-header,
#fe-header * {
    transition: all 200ms ease-out;
}

.sub-section {
    color: #000;
    text-align: center;
    font-size: 18px;
}

.section-header {
    margin-bottom: 20px;
    font-weight: 700;
}

.home-content {
    padding: 50px 20px;
}

.home-hero-banner {
    min-height: 600px;
    background-color: #000;
    background-image: url(https://friendseat.com/wp-content/uploads/2017/04/friendseat-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.home-hero-banner h2 {
	font-weight: 700;
	font-size: 40px;
	margin: 0.67em;
	color: #f48b2a;
}

.home-hero-banner .lp-dyn-city {
	color: #fff;
	font-size: 40px;
	font-family: 'Playfair Display', Georgia, Times, serif;
}

.home-hero-banner:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.home-hero-banner .home-banner-inner {
    position: relative;
    z-index: 9;
}

.fe-search-mobile #s {
    font-size: 20px;
}

.fe-search-mobile.fe-search-widget #searchform {
    max-width: 75% !important;
    margin: 0;
}

#fe-menu-mobile .mm-navbar {
    background: #f8a528;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #f8a528 0%, #f1712c 31%, #eb5a2d 45%, #e14b2b 65%, #d12b28 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8a528), color-stop(31%, #f1712c), color-stop(45%, #eb5a2d), color-stop(65%, #e14b2b), color-stop(98%, #d12b28));
    background: -webkit-linear-gradient(top, #f8a528 0%, #f1712c 31%, #eb5a2d 45%, #e14b2b 65%, #d12b28 98%);
    background: -o-linear-gradient(top, #f8a528 0%, #f1712c 31%, #eb5a2d 45%, #e14b2b 65%, #d12b28 98%);
    background: -ms-linear-gradient(top, #f8a528 0%, #f1712c 31%, #eb5a2d 45%, #e14b2b 65%, #d12b28 98%);
    background: linear-gradient(to bottom, #f8a528 0%, #f1712c 31%, #eb5a2d 45%, #e14b2b 65%, #d12b28 98%);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
}

.home-hero-banner #search-submit,
.fe-search-mobile #search-submit {
    width: 10%;
    float: left;
    margin-top: 0;
    height: 64px;
    background: #e23e23;
    color: #fff;
    text-indent: -99999px;
    background: url(https://d2rqnbhpdz7xmn.cloudfront.net/img/search.svg) #f48b2a no-repeat;
    background-position: center;
    background-size: 35%;
    transition: background 0.3s ease;
    border-radius: 0 4px 4px 0;
    border: none;
    position: absolute;
    right: 0;
}

.home-hero-banner #searchform input#s,
.fe-search-mobile #searchform input#s {
    max-width: unset;
    height: 64px;
    font-size: 20px;
    float: left;
    width: 100%;
    margin-right: 0;
    border-radius: 4px;
    padding: 5px 85px 4px 20px;
    border: none;
}

#fe-header {
    margin: 0 auto;
    display: flex;
    align-content: center;
    align-items: center;
    background: none;
    position: fixed;
    width: 100%;
}

.flex {
    display: flex;
}

.flex-center {
    justify-content: center;
}

.fe-search-widget #searchform {
    width: 100%;
    margin-top: 25px;
    position: relative;
}

.menu ul li {
    position: relative;
}

#fe-header ul li {
    display: inline-block;
    padding-right: 0;
    line-height: 32px;
    font-size: 15px;
}

#fe-header ul li.menu-item-has-children {
    padding-right: 35px;
}

.fe-header-container {
    float: right;
}

#fe-header.fe-page-header #fe-main-menu>li.menu-item>a {
    padding: 15px 20px;
    display: block;
}

#fe-header.fe-page-header .header-navigation-wrapper {
    padding-left: 20px;
}

#fe-header.fe-page-header #fe-main-menu li.menu-item-has-children {
    padding-right: 0;
}

#fe-header ul.children,
#fe-header ul.sub-menu {
    left: auto;
    right: 24px;
    top: 90%;
}

#fe-header ul.children li ul.children,
#fe-header ul.sub-menu li ul.sub-menu {
    top: 0 !important;
}

#fe-header ul.sub-menu li ul.sub-menu::after {
    content: none;
}

#fe-header ul.children li:hover>a::before,
#fe-header ul.sub-menu li:hover>a::before {
    content: "";
    left: -1px;
    width: 4px;
    background-color: #f9a627;
    height: 100%;
}

#fe-header ul.children li>a::before,
#fe-header ul.sub-menu li>a::before {
    background-color: #f9a627;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#fe-header ul.sub-menu li ul.sub-menu::before {
    content: "";
    top: -100%;
    position: absolute;
    background: 0 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    bottom: -100%;
}

#fe-header .fe-logo {
    background: #f8a528;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #f8a528 0%, #f1712c 31%, #eb5a2d 45%, #e14b2b 65%, #d12b28 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8a528), color-stop(31%, #f1712c), color-stop(45%, #eb5a2d), color-stop(65%, #e14b2b), color-stop(98%, #d12b28));
    background: -webkit-linear-gradient(top, #f8a528 0%, #f1712c 31%, #eb5a2d 45%, #e14b2b 65%, #d12b28 98%);
    background: -o-linear-gradient(top, #f8a528 0%, #f1712c 31%, #eb5a2d 45%, #e14b2b 65%, #d12b28 98%);
    background: -ms-linear-gradient(top, #f8a528 0%, #f1712c 31%, #eb5a2d 45%, #e14b2b 65%, #d12b28 98%);
    background: linear-gradient(to bottom, #f8a528 0%, #f1712c 31%, #eb5a2d 45%, #e14b2b 65%, #d12b28 98%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#fe-header img {
    display: block;
    padding: 8px;
    width: 180px;
    height: 54px;
}

#fe-header ul.children,
#fe-header ul.sub-menu {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    margin-left: -16px;
    max-height: 0;
    padding: 10px 0;
    opacity: 0;
    right: 0;
    position: absolute;
    top: 100%;
    transform: scale(0);
    transform-origin: 10% top 0;
    z-index: 999999;
    width: 200px;
    -webkit-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    -moz-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    -ms-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    -o-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
}

#fe-header ul.children>li:hover>ul.children,
#fe-header .fe-menu>ul>li:hover>ul.sub-menu,
#fe-header .fe-menu>ul>li>ul.sub-menu>li:hover>ul.sub-menu,
#fe-header .fe-menu>ul>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu,
#fe-header .fe-menu>ul>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu,
#fe-header .fe-menu>ul>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu,
#fe-header .fe-menu>ul>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu li:hover>ul.sub-menu {
    max-height: 700px;
    opacity: 1;
    width: 180px;
    transform: scale(1);
    transition-delay: 0.2s;
    transition-duration: 0s, 0.2s, 0.2s;
}

.fe-header .fe-logo {
    border-radius: 5px;
}

#fe-main-menu {
    margin: 0;
    padding: 0;
}

#fe-main-menu li {
    position: relative;
}

#fe-main-menu .sub-menu li {
    width: 100%;
}

.fe-home-header #fe-main-menu a {
    color: #fff;
}

#fe-main-menu .sub-menu a {
    color: #000;
}

.fe-menu-container {
    display: block;
}

#fe-menu ul.children li ul.children,
#fe-menu ul.sub-menu li ul.sub-menu {
    top: 0;
}

#fe-menu ul.children li ul.children,
#fe-menu ul.sub-menu li ul.sub-menu {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    margin-left: -16px;
    max-height: 0;
    opacity: 0;
    position: absolute;
    padding: 20px 0;
    left: 107%;
    right: 0;
    top: 85%;
    transform: scale(0);
    transform-origin: 10% top 0;
    width: 200px;
    z-index: 10;
    -webkit-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    -moz-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    -ms-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    -o-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
}

.fe-menu ul li ul.sub-menu a:hover {
    color: #e23e23;
}

#fe-header ul.sub-menu li.menu-item.menu-item-has-children:hover::before,
#fe-header .fe-menu ul.sub-menu li.menu-item-has-children:hover::before,
#fe-header ul.sub-menu li.menu-item.menu-item-has-children:hover::before {
    transform: rotate(-90deg);
    -webkit-transition: all 0.24s ease-in-out;
    -moz-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

#fe-header ul.children::after,
#fe-header ul.sub-menu::after {
    left: auto !important;
    right: 34px;
}

#fe-header ul.children::after,
#fe-header ul.sub-menu::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -9px;
    left: 13px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

#fe-header ul.children li a,
#fe-header ul.sub-menu li a {
    display: block;
    background-color: #fff;
    font-size: 14px;
    padding: 1px 20px;
    border-top: 0;
    color: #000;
    text-align: left;
}

#fe-header ul li ul.sub-menu a:hover {
    color: #e23e23 !important;
}

#fe-header ul.children li ul.children,
#fe-header ul.sub-menu li ul.sub-menu {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    margin-left: -16px;
    max-height: 0;
    opacity: 0;
    position: absolute;
    padding: 0;
    left: 107%;
    right: 0;
    top: 85%;
    transform: scale(0);
    transform-origin: 10% top 0;
    width: 200px;
    z-index: 10;
    -webkit-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    -moz-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    -ms-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    -o-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
}

#fe-header ul.children {
    left: auto;
    right: 24px;
    top: 90%;
}

body.home .fe-header-wrapper {
    display: flex;
    justify-content: space-between !important;
}

#fe-header {
    padding-top: 50px;
}

footer {
	background: #313131;
	color: #fff;
	z-index: 9999;
	position: relative;
}

footer a {
    color: #fff;
}

footer .menu {
    list-style: none;
    text-align: center;
    padding: 0;
}

footer li {
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 16px;
}

footer h2, footer .widget-title {
	margin-top: 0;
	color: #e23e23;
	font-size: 18px;
	text-align: center;
	font-style: normal;
}

footer li {
    list-style: none;
}

.footer-social-icons li img {
    width: 25px;
    height: 25px;
    margin:0;
}

.social-icons.footer-social-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

footer p {
    color: gray;
    font-size: 14px;
}

.listings_column li {
    line-height: 26px;
    padding: 5px;
    font-size: 16px;
}

.listings_column li a {
    color: #23282d;
}

.listings_column li a:hover {
    color: #e23e23;
}

.text-red {
    color: #e23e23;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer_contact_info {
    text-align: center;
}

footer.fe-footer ul {
    padding: 0;
}

ul.footer-city-list li {
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding-right: 9px;
    border-right: 1px solid #444;
}

ul.footer-city-list li:last-child {
    border: none;
}

footer .contact-info-widget.copyright {
    font-size: 14px;
    margin-bottom: 20px;
}

main.page-content-wrapper {
    padding-top: 120px;
    padding-bottom: 100px;
}

#fe-header.fe-page-header {
    margin-top: 0;
    padding: 20px 0;
}

#fe-header.fe-page-header.sticky {
    padding-top: 0;
    padding-bottom: 0;
}

#fe-header.fe-page-header .fe-logo {
    border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 768px) {
    .fe-recipes .recipe-image img {
        height: auto !important;
    }

    .mobile-nav-icon {
        display: block !important;
    }

    .icon-bar {
        background-color: #222;
    }

    #fe-header.fe-page-header a.nav-icon {
        padding: 10px;
        width: auto;
    }

    #fe-header .header-left {
        width: 100%;
    }

    body.home #fe-header.fe-page-header.sticky .fe-logo {
        border-radius: 0;
    }

    body.home #fe-header.fe-page-header.sticky .icon-bar {
        background-color: #333;
    }
}

@media screen and (max-width: 811px) {
    #fe-header.fe-page-header {
        padding-top: 0;
    }

    #fe-header.fe-page-header a.nav-icon {
        padding: 17px 15px 12px;
        width: auto;
    }

    .fe-logo-container {
        width: 100%;
        padding: 0;
    }

    footer .widget_nav_menu {
        width: 100%;
    }

    .contact-info-widget {
        line-height: 2.2;
    }

    footer .menu li {
        margin-bottom: 15px;
    }

    footer .widgets {
        margin-bottom: 20px;
    }

    #fe-header .fe-logo {
        width: 190px;
        text-align: center;
    }

    #fe-header.fe-page-header .fe-logo {
        border-radius: 0;
    }

    #fe-header .fe-logo>a {
        margin: auto;
        display: block;
        padding: 0 !important;
        text-align: center;
    }

    #fe-header img {
        margin: auto;
    }

    .fe-logo-container {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }

    #fe-header {
        padding: 0;
    }

    #fe-main-menu>li {
        width: 100%;
        padding: 10px;
        font-size: 18px;
    }

    #fe-header .fe-menu-container.clearfix {
        padding: 0;
        background: #e1e1e1;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#d4d4d4));
        background-image: -webkit-linear-gradient(top, #eaeaea, #d4d4d4);
        background-image: -moz-linear-gradient(top, #eaeaea, #d4d4d4);
        background-image: -o-linear-gradient(top, #eaeaea, #d4d4d4);
        background-image: -ms-linear-gradient(top, #eaeaea, #d4d4d4);
        background-image: linear-gradient(top, #eaeaea, #d4d4d4);
    }

    #fe-header.sticky .fe-header-wrapper,
    #fe-header.sticky .fe-header-wrapper .fe-logo-container {
        padding: 0;
    }

    .home-hero-banner #search-submit {
        width: 60px;
    }

    .sticky .navbar-toggler {
        line-height: 1;
        color: #999;
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #999;
        padding: 5px;
        height: 40px;
        margin: 7px;
    }

    .sticky .navbar-toggler-icon {
        width: 28px;
        height: 25px;
    }

    #fe-main-menu {
        background: #fff;
    }

    #fe-main-menu li {
        padding: 10px 20px;
        border-bottom: 1px dotted #ccc;
    }
}

.navbar-toggler {
    line-height: 1;
    color: #ddd;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #ddd;
}

header.fe-page-header .fe-header-wrapper {
    padding: 0;
    border-radius: 5px;
    background: #e1e1e1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#d4d4d4));
    background-image: -webkit-linear-gradient(top, #eaeaea, #d4d4d4);
    background-image: -moz-linear-gradient(top, #eaeaea, #d4d4d4);
    background-image: -o-linear-gradient(top, #eaeaea, #d4d4d4);
    background-image: -ms-linear-gradient(top, #eaeaea, #d4d4d4);
    background-image: linear-gradient(top, #eaeaea, #d4d4d4);
}

@media screen and (min-width: 480px) {

    #fe-header.sticky .fe-menu>ul>li.page_item_has_children::after,
    #fe-header.sticky .fe-menu>ul>li.menu-item-has-children::after {
        content: "";
        background-image: url("https://friendseat.com/wp-content/themes/friendseat/assets/images/icons/arrow-down.svg");
    }
}

.fe-menu>ul>li.page_item_has_children::after,
.fe-menu>ul>li.menu-item-has-children::after {
    content: "";
    background-image: url("https://friendseat.com/wp-content/themes/friendseat/assets/images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 8px;
    text-decoration: inherit;
    margin-left: 0;
    position: absolute;
    right: 2px;
    top: 27px;
    background-size: contain;
    -webkit-transition: all 0.24s ease-in-out;
    -moz-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}
#fe-header.fe-page-header.sticky img {
	height: 56px;
	border-radius: 0;
}
body.home #fe-header.fe-page-header.sticky .fe-logo {
	border-radius: 0;
}
#fe-header ul.sub-menu li.menu-item.menu-item-has-children::before,
#fe-header ul.sub-menu li.menu-item-has-children::before,
#fe-header ul.sub-menu li.menu-item.menu-item-has-children::before {
    content: "" !important;
    z-index: 99;
    background-image: url(https://friendseat.com/fe2/assets/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 8px;
    text-decoration: inherit;
    margin-left: 4px;
    position: absolute;
    right: 12px;
    top: 14px;
    background-size: contain;
    -webkit-transition: all 0.24s ease-in-out;
    -moz-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}
}

.tagItem {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #666;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    font-size: 12px;
}

.tagItem::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tagItem::after {
    background: #fff;
    border-bottom: 13px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #eee;
    border-top: 13px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

#sidebar h2.widget-title {
    border-bottom: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    font-size: 18px;
}

#sidebar h2.widget-title::after {
    background: #f9a627;
    height: 2px;
    left: 0;
    content: "";
    bottom: -1px;
    position: absolute;
    width: 40px;
}

#sidebar .widget {
    margin-bottom: 30px;
    padding: 20px 25px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

#fe-header.fe-page-header a {
    color: #222;
}

#fe-header.fe-page-header a:hover {
    color: #e23e23;
}

.fe-menu>ul>li.page_item_has_children::after,
.fe-menu>ul>li.menu-item-has-children::after {
    background-image: url("https://friendseat.com/wp-content/themes/friendseat/assets/images/icons/arrow-down.svg");
}

#sidebar .widget ul li {
    padding: 8px 0;
    border-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1.page-title {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

#fe-header.sticky {
    position: fixed;
}

.logged-in #fe-header.fe-page-header.sticky {
    margin-top: 32px;
    padding: 0;
}

body.logged-in #fe-header.fe-page-header.sticky .fe-logo {
    border-radius: 0;
}

#fe-header.fe-page-header.sticky img {
    border-radius: 0;
}

body.home header.fe-page-header .fe-header-wrapper {
    background: transparent;
}

body.home #fe-header.fe-page-header nav#fe-menu>ul>li>a {
    color: #fff;
}

body.home #fe-header.fe-page-header nav#fe-menu>ul>li>a:hover,
body.home #fe-header.fe-page-header nav#fe-menu>ul>li:hover>a {
    color: #e23e23 !important;
}

body.home #fe-header.fe-page-header.sticky nav#fe-menu>ul>li>a {
    color: #222;
}

body.home #fe-header.fe-page-header .fe-logo {
    border-radius: 5px;
}

body.home .fe-menu>ul>li.page_item_has_children::after,
body.home .fe-menu>ul>li.menu-item-has-children::after {
    background-image: url("https://friendseat.com/wp-content/themes/friendseat/assets/images/icons/arrow-down-white.svg");
}

body.home #fe-header.fe-page-header.sticky .fe-menu>ul>li.page_item_has_children::after,
body.home #fe-header.fe-page-header.sticky .fe-menu>ul>li.menu-item-has-children::after {
    background-image: url("https://friendseat.com/wp-content/themes/friendseat/assets/images/icons/arrow-down.svg");
}

.fe-recipes .row {
    background: #fff;
    margin-bottom: 30px;
}

.fe-recipes .recipe-times {
    border-bottom: none;
    margin: 0;
}

.fe-recipes .recipe-tools {
    margin: 15px 0 0;
    padding: 15px 0 0;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #eee;
}

.fe-recipes .recipe-tools>* {
    padding: 0 15px 0 0;
}

.menu-modal {
    background: rgb(255, 255, 255);
    display: none;
    opacity: 0;
    overflow: hidden auto;
    position: fixed;
    inset: 0px 99999rem 0px -99999rem;
    transition: opacity 0.25s ease-in 0s, left 0s ease 0.25s, right 0s ease 0.25s;
    z-index: 99;
}

.menu-modal-inner {
    background: rgb(255, 255, 255);
    display: flex;
    justify-content: stretch;
    overflow: auto;
    width: 100%;
}

.menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.menu-modal .menu-top {
    flex-shrink: 0;
}

.header-footer-group,
body:not(.overlay-header) #site-header .toggle,
.menu-modal .toggle {
    color: #000000;
}

button.close-nav-toggle .toggle-text {
    margin-right: 1.6rem;
}

button.close-nav-toggle svg {
    height: 1.6rem;
    width: 1.6rem;
}

.header-footer-group pre,
.header-footer-group fieldset,
.header-footer-group input,
.header-footer-group textarea,
.header-footer-group table,
.header-footer-group table *,
.footer-nav-widgets-wrapper,
#site-footer,
.menu-modal nav *,
.footer-widgets-outer-wrapper,
.footer-top {
    border-color: #dcd7ca;
}

.modal-menu li {
    border-color: rgb(222, 223, 223);
    border-style: solid;
    border-width: 0.1rem 0px 0px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: flex-start;
    margin: 0px;
}

.modal-menu .ancestor-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-footer-group pre,
.header-footer-group fieldset,
.header-footer-group input,
.header-footer-group textarea,
.header-footer-group table,
.header-footer-group table *,
.footer-nav-widgets-wrapper,
#site-footer,
.menu-modal nav *,
.footer-widgets-outer-wrapper,
.footer-top {
    border-color: #dcd7ca;
}

.fe-recipes .ingredients-box p {
    font-size: 14px;
    padding: 5px 0;
    margin: 0;
    color: #585858;
    transition: all .4s ease;
}

.fe-recipes h3 {
    position: relative;
    font-size: 16.4px;
    padding: 0 0 5px;
    margin: 0 0 8px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 700;
    color: #e23e23;
}

body.search.search-results h3,
body.search.search-no-results h3,
body.listing-simple .filter-top-section .lp-title h3,
body.single-recipes_list h3,
body.single.single-post h3,
body.archive.post-type-archive h3,
body.single.single-listing h3 {
    color: #000000;
}

.fe-recipes h3::after {
    position: absolute;
    content: '';
    background: #ea4354;
    width: 83px;
    height: 1px;
    bottom: -1px;
    left: 0;
}

.fe-recipes .recipe-tips {
    margin: 35px 0;
    font-size: 14px;
}

.fe-recipes .ingredients-box {
    margin-bottom: 20px;
    padding-top: 20px;
}

.fe-recipes .nutritions {
    font-size: 14px;
    padding-bottom: 20px;
}

.fe-recipes .nutritions span {
    font-size: 13px;
    font-style: italic;
    display: block;
    margin: 0 0 10px;
}

.fe-recipes .nutritions p {
    display: inline-block;
    width: auto;
    color: #888;
    font-size: 14px;
}

.fe-recipes .recipe-image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.fe-recipes .rating-value {
    position: absolute;
    bottom: 28px;
    right: 0;
    background: #f7f6f6;
    padding: 8px 40px;
}

.fe-recipes .rating-value i {
    padding: 0 8px 0 0;
    color: #eb4353;
}

.fe-recipes .rating-value {
    position: absolute;
    bottom: 28px;
    right: 0;
    background: #f7f6f6;
    padding: 8px 40px;
}

.recipe-image {
    position: relative;
}

.fe-recipes .col-md-4 {
    padding: 0 20px;
}

.fe-recipes .recipe-title {
    font-size: 22px;
    font-weight: 700;
    padding: 0 15px 10px 0;
}

.fe-recipes, .fe-recipes p {
    font-size: 14px;
}

.fe-recipes .main-ingredient *,
.fe-recipes .recipe-cuisine * {
    font-size: 14px;
    overflow: auto;
}

.fe-recipes .recipe-times {
    border-bottom: none;
    margin: 0;
    display: block;
    padding: 20px 0 12px;
    font-size: 14px;
}

.fe-recipes .recipe-times .separator {
    display: inline-block;
    width: 50%;
}

.fe-recipes .recipe-tools>* {
    padding: 0 15px 0 0;
}

.fe-recipes .recipe-tools i {
    color: #888;
    padding: 0 8px 0 0;
}

.fe-recipes span.share a:first-of-type {
    margin-left: 10px;
}

.fe-recipes .recipe-tools .share i {
    color: #888;
    padding: 0 6px;
    transition: all .4s ease;
}

.fe-recipes .recipe-tools i:hover {
    color: #ea4354;
    transition: all .4s ease;
}

.fe-recipes .recipe-gallery img {
    width: 126px;
    height: 90px;
    object-fit: cover;
}

span.recipe-times span.time-title {
    font-weight: 700;
}

.fe-recipes .label-value {
    padding-left: 10px;
}

.fe-recipes .label-title {
    color: #787878;
    font-style: italic;
}

.fe-recipes .recipe-times .time-title {
    color: #686868;
}

.nutritions_list li {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.nutritions_list {
    padding: 0;
    max-width: 320px;
}

p,
span,
input,
.post-detail-content,
li a,
.show a,
.lp-grid-box-description ul,
.chosen-container,
.accordion-title,
.lp-grid-box-bottom a,
time,
label,
#input-dropdown li a,
#input-dropdown span,
.lpdoubltimes em {
    font-family: Open Sans;
    color: #7f7f7f;
}

.fe-recipes .container.noprint {
    margin-top: 20px;
}

.fe-recipes p.recipe-info>* {
    display: block;
    padding: 0 0 6px;
    margin: 0 0 6px;
    font-size: 14px;
    border-bottom: 1px dotted #f0f0f0;
}

.fe-recipes .more-recipes {
    background: #fff;
    padding: 30px 10px;
    border: 1px solid #f5f5f5;
    margin: 30px 0;
}

.fe-recipes .more-recipes .title {
    margin: -30px 0 30px;
    padding: 25px 30px 15px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px dotted #f0f0f0;
    position: relative;
}

.fe-recipes .more-recipes .title::after {
    position: absolute;
    content: '';
    background: #ea4354;
    width: 8px;
    height: 8px;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

.uk-slidenav-position {
    position: relative;
}

.fe-recipes figure.uk-overlay {
    display: contents !important;
}

.uk-overlay {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    margin: 0;
}

.uk-overlay> :first-child {
    margin-bottom: 0;
}

.fe-recipes .slideset-4-cols img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.fe-recipes p.recipe-info i {
    width: 30px;
    color: #ea4354;
}

.fe-recipes figcaption.more-recipes-title {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .95) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .95) 100%);
}

.fe-recipes figcaption.more-recipes-title h3 {
    margin: 0;
    font-size: 16px;
}

.more-recipes figure figcaption h3 a {
    color: #fafafa !important;
}

.recipes-category .fe-recipe-card {
    padding: 0 0 20px 0px;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.recipes-category .recipe-image-col {
    position: relative;
}

.recipes-category .recipe-image-col img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.recipes-category .recipe-info-col {
    background: #fff;
    padding: 20px 20px 22px 20px;
    border: 1px solid #f5f5f5;
    height: 100%;
    position: relative;
}

.recipe-row.row {
    padding: 0;
}

body.search.search-results h3,
body.search.search-no-results h3,
body.listing-simple .filter-top-section .lp-title h3,
body.single-recipes_list h3,
body.single.single-post h3,
body.archive.post-type-archive h3,
body.single.single-listing h3 {
    color: #000000;
}

.recipes-category .recipe-title a {
    color: #ea4354;
}

.recipes-category .recipe-short-info {
    font-size: 16px;
    color: #444;
    line-height: 1.3;
}

.recipes-category .recipe-basic-info {
	border-top: 1px solid #f5f5f5;
	padding: 5px 25px;
	margin: 0px !important;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: auto;
}

.recipes-category .recipe-basic-info span {
    padding: 0 12px 0 0;
    font-size: 12px;
}

.recipes-category .recipe-basic-info i {
    padding: 0 3px 0 0;
    color: #626262;
    font-size: 11px;
}

.recipes-category .recipe-title {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: bold;
}

.recipes-category .recipe-basic-info .filled4 {
    color: #fb7824;
    padding: 0 2px 0 0 !important;
}

.fe-recipe-card:hover .card-img-animate,
.card-img-animate:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.card-img-animate {
    transform: scale(1);
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.card-image-wrap {
    overflow: hidden;
    background: #ddd;
}

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

.navigation li {
    display: inline;
}

.navigation li a {
	background-color: #f5f5f5;
	color: #ea4354;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	padding: 0.75rem;
	display: inline-block;
}

.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #ea4354;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #ea4354;
}

.navigation {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 50px;
}

.more-recipes-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transform: scale(1);
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.more-recipes-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.more-recipes-item {
    position: relative;
    overflow: hidden;
}

.more-recipes-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 99;
    padding: 20px;
    left: 0;
    right: 0;
}

.social-icons a,
#site-footer button:not(.toggle),
#site-footer .button,
#site-footer .faux-button,
#site-footer .wp-block-button__link,
#site-footer .wp-block-file__button,
#site-footer input[type="button"],
#site-footer input[type="reset"],
#site-footer input[type="submit"] {
    background-color: transparent;
}

.fe-recipes .gallery-image {
    width: 20%;
    display: inline-block;
    padding: 5px;
}

.fe-recipes .gallery-image>div {
    overflow: hidden;
}

.fe-recipes .gallery-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.fe-recipes .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 -5px;
}

#recipe-steps {
    list-style: none;
    padding: 0;
}

.fe-recipes .step .step-title {
    padding: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ec2b57;
    display: flex;
    justify-content: space-between;
}

.fe-recipes .directions-box .step {
    padding: 15px 0;
    border-bottom: 1px dotted #f0f0f0;
    margin: 0;
    transition: all .4s ease;
}

.fe-recipes .directions-box {
    padding: 20px;
}

.fe-recipes .recipe-gallery {
    padding: 20px;
}

.fe-recipes .recipe-basic-info .col-md-8 {
    border-left: 1px solid #f0f0f0;
    margin-left: -1px;
}

#site-content .fe-recipes p {
    font-size: 14px;
}

#recipe-ingredients li {
    margin: 5px 0;
    list-style: none;
    font-weight: 400;
    line-height: 30px;
}

li.step p {
    margin: 0;
}

.comments-form #respond p {
    display: flex;
    flex-direction: column;
}

.comments-form #respond input {
    background-color: #fbfbfb;
    height: 40px;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    width: 100%;
}

.comments-form #respond textarea {
    background-color: #fbfbfb;
    height: auto;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    width: 100%;
}

.comments-form #respond input#submit {
    font-size: 14px;
    border: 1px solid #dedede;
    background: #dedede;
    width: 190px;
    padding: 11px 28px;
    font-weight: 700;
    font-family: quicksand;
    border-radius: 5px;
    color: #222;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    height: auto;
}

#commentform {
    margin-bottom: 60px;
}

.comments-form #respond input#submit:hover,
.comments-form #respond input#submit:focus,
.comments-form #respond input#submit:active {
    background-color: #e23e23;
    color: #fff;
}

.comments-form #respond label {
    font-weight: 600;
    line-height: 26px;
    color: #363F48;
}

:focus-visible {
    outline: #e23e23 auto 1px;
}

.fe-recipes .fe-breadcrumbs-wrapper {
    margin-bottom: 10px;
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.fe-blog-article .fe-blog-image {
    position: absolute;
    width: 300px;
    top: 0;
    bottom: 20px;
    left: 0;
    overflow: hidden;
}

.fe-blog-article .fe-blog-entry {
    padding-left: 320px;
}

.fe-blog-article {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.fe-blog-article .fe-blog-image .card-img {
    height: 100%;
}

#sidebar .widget {
    margin-bottom: 30px;
    width: 100%;
    float: left;
    border: 1px solid #e3e3e3 !important;
}

#sidebar aside h2.widget-title {
	border-bottom: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
	font-size: 22px;
	margin-top: 0;
}
#sidebar aside h2.widget-title::after {
    background: #f9a627;
}

#sidebar aside h2.widget-title::after {
    height: 2px;
    left: 0;
    content: '';
    bottom: -1px;
    position: absolute;
    width: 40px;
}

.tagItem {
    margin-bottom: 10px !important;
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #666;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color .2s;
    font-size: 12px;
}

.tagItem:hover {
    background-color: #e23e23;
    color: #fff !important;
}

.tagItem:hover:after {
    background: #fff;
    border-bottom: 13px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #e23e23;
    border-top: 13px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.post-meta {
    padding: 0;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    color: #333;
}

.fe-blog-featured img,
article img,
article figure {
    max-width: 100%;
    height: auto;
}

.fe-author-meta {
    padding: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 30px;
    list-style: none;
    font-size: 14px;
}

.fe-blog-featured {
    margin-bottom: 20px;
}

.fe-breadcrumbs-wrapper {
    font-size: 14px;
    margin-bottom: 20px;
}

.fe-blog-article .fe-author-meta {
    justify-content: left;
}

.p-0 {
    padding: 0 !important;
}

body:not(.home) #search-submit {
    width: 50px;
    position: absolute;
    margin-top: 0;
    height: 100%;
    background: #e23e23;
    color: #fff;
    text-indent: -99999px;
    background-image: url(https://friendseat.com/wp-content/themes/friendseat/assets/images/search.svg);
    background-color: #f48b2a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35%;
    transition: background .3s ease;
    border-radius: 0 4px 4px 0;
    right: 0;
}

body:not(.home) #search-submit:hover {
    background-color: #ed622d no-repeat;
    background-position: center;
    background-size: 35%;
}

body:not(.home) #searchform {
    float: right;
    width: 300px;
    margin-top: 1px;
}

body:not(.home) #fe-header.fe-page-header .fe-header-wrapper {
    display: flex;
    justify-content: space-between;
}

#searchform input {
    border: none
}

#searchform input#s {
    padding: 7px 20px 8px 8px;
    border-radius: 3px;
    width: 100%;
    background-color:#fff;
}

#s:focus:focus-visible {
    outline: #e23e23;
}

.fe-search-widget.header-search {
    padding-right: 10px;
}

/* BAC TOP TOP */
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 2em auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 12px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url('https://friendseat.com/wp-content/themes/friendseat/assets/images/cd-top-arrow.svg');
    background-repeat: no-repeat;
    background-position: center 50%;
    background-color: rgba(226, 62, 35, .5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    z-index: 999;
    border-radius: 100%;
}

.cd-top:hover {
    background-color: rgba(226, 62, 35, 1);
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}


@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 30px;
    }
}

@media only screen and (min-width: 480px) {
    .mobile-w-full {
        width: 100% !important;
    }
}

@media only screen and (min-width: 980px) {
    .mobile-nav-icon .nav-icon {
        float: right;
    }
}

.icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    width: 25px;
}

.mobile-nav-icon .nav-icon {
    width: 28px;
    float: right;
}

body.home header.fe-page-header .fe-header-wrapper>.d-flex {
    width: 100%;
    padding-right: 20px;
}

body.home #fe-header .fe-menu-container.clearfix {
    background: none;
    display: flex;
    align-content: center;
    align-items: center;
}

.mobile-nav-icon {
    display: none;
}

h2.recipes-category-title {
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    color: #7f7f7f;
    font-weight: bold;
}

h2.recipes-category-title::after {
    position: absolute;
    content: '';
    background: #ea4354;
    width: 40px;
    height: 1px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.recipe-tax-header h1.page-title {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-top: 50px;
}

.recipes-category-description {
    display: block;
    text-align: center;
    padding: 20px 0 0;
    font-style: italic;
    color: #999;
    max-width: 1000px;
    margin: auto;
}

.page-header.recipe-tax-header {
    margin-bottom: 20px;
}

body.home .fe-search-widget.header-search {
    display: none;
}

body.home .header-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-left {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .logged-in #fe-header.fe-page-header.sticky {
        margin-top: 0 !important;
        padding: 0 !important;
    }

    .fe-breadcrumbs-wrapper {
        margin: 10px 0 20px !important;
    }

    body.logged-in #site-content {
        padding-top: 0;
    }

    .container.notfound-wrapper {
        padding: 80px 0 50px 0;
    }

    #site-content {
        padding-top: 83px;
    }

    .recipe-row.row {
        margin: 0;
    }

    body .navigation ul {
        padding: 0;
    }

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

    body.home header.fe-page-header .fe-header-wrapper {
        background: transparent;
        padding: 10px;
    }

    body.home .icon-bar {
        background-color: #fff;
    }

    .logged-in #fe-header.fe-page-header {
        padding-top: 40px;
    }

    body .recipe-image {
        margin-bottom: 20px;
    }

    body .fe-recipes .directions-box {
        padding: 10px;
    }

    .logged-in #fe-header.fe-page-header.sticky {
        padding-top: 0;
        padding-bottom: 0;
    }

    #fe-menu {
        display: none;
    }

    .fe-search-widget.header-search.flex {
        display: none;
    }

    #site-content {
        padding-top: 80px;
    }

    .icon-bar {
        background-color: #222;
    }
}

.page-content h1 {
    font-weight: bold;
}

.recipe-guide h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.rg-group {
    margin-bottom: 50px;
}

.recipe-guide .page-content {
    margin-bottom: 40px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
}

#fe-menu-mobile {
    padding-top: 0;
    display: block;
}

#fe-menu-mobile a {
    color: #e23e23;
    font-weight: bold;
}

#fe-menu-mobile li {
    width: 100%;
    padding: 5px 0;
    margin:0;
}

#fe-menu-mobile .mm-listitem::after {
    content: none;
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.js.md-theme-default {
    margin: 0 !important;
}

.pg-404-tit {
    padding: 0;
    margin-bottom: 0;
    font-size: 200px;
}

.padding-top-20 {
    padding-top: 20px;
}

.pg-404-p {
    font-size: 27px;
}

.hidden {
    display: none;
}

.notfound-wrapper {
    padding: 50px 0;
}

html.js {
    margin: 0 !important;
}

.social-icons.footer-social-icons li a {
    background: none;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

#fe-menu-mobile {
    padding-top: 0;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

body.mm-wrapper--position-left .mm-slideout,
body.mm-wrapper--position-right .mm-slideout {
    -webkit-transform: none;
    transform: none;
}

.strong {
    font-weight: bold !important;
}

.fe-card {
    border: 1px solid #e3e3e3;
    padding: 0;
    display: block;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.fe-card .entry-content {
    padding: 20px;
}

.card-image-wrap a {
    display: block;
}

h2.entry-title a {
    color: #e23e23;
    font-weight: 600;
    font-size: 26px;
}

.fe-card .fe-author-meta {
    margin: 0;
    display: flex;
    justify-content: flex-start;
}

.mm-navbars.mm-navbars--top .mm-navbar {
    background: #fafafa !important;
}

.fe-mobile-menu-logo {
    width: 180px;
}

@media screen and (max-width:600px) {
    .fe-blog-article .fe-blog-image {
        position: relative;
        width: 100%;
    }

    .fe-blog-article .fe-blog-entry {
        padding: 20px 0 0;
    }

    .page-404-title {
        font-size: 110px;
    }

    .page-404-title img {
        width: 70px;
    }

    body,
    body p {
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (min-width:600px) {
    body.logged-in #fe-header.fe-page-header {
        margin-top: 32px;
    }
}

.aioseo-breadcrumbs {
    text-align: left;
    padding: 0 !important;
}

.error404-content {
    overflow: hidden;
}

#recipe-ingredients li.ingredient-item {
    display: flex;
    gap: 10px;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1.3;
    padding: 8px 0;
}

#recipe-ingredients li.ingredient-item p {
    line-height: 1.2;
    padding: 0;
}

#recipe-ingredients li.ingredient-item input {
    margin-top: 2px;
}

.ingredient-item.checked label {
    text-decoration: line-through solid #aaa;
    color: #cbcbcb !important;
    transition: all 300ms ease-out;
}

.ingredient-item label:hover {
    color: #000;
    cursor: pointer;
    transition: all 300ms ease-out;
}

.step.checked .step-title {
    color: #cbcbcb !important;
    text-decoration: line-through solid #aaa;
    transition: all 300ms ease-out;
}

.step label.step-title:hover {
    font-weight: bold;
    cursor: pointer;
    transition: all 300ms ease-out;
}

.step.checked p {
    color: #cbcbcb !important;
    text-decoration: line-through solid #aaa;
    transition: all 300ms ease-out;
}

body .wppcr_rating:not(:checked)>label {
    white-space: nowrap;
    cursor: pointer;
    font-size: 22px;
    line-height: 1.2;
    color: #ddd !important;
    text-shadow: none;
}

body fieldset.wppcr_rating>legend {
    font-size: 14px;
    color: #6d6d6d;
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
}

body .wppcr_rating {
    width: 200px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}

body .comments-form #respond .wppcr_rating label {
    font-weight: 600;
    line-height: 1;
    color: #363F48;
    margin-top: -5px;
}

body .wppcr_rating:not(:checked)>label:hover,
body .wppcr_rating:not(:checked)>label:hover~label {
    color: #e23e23 !important;
    text-shadow: none;
}

body .wppcr_rating>input:checked~label {
    color: #e23e23 !important;
    text-shadow: none;
}

body .wppcr_rating>input:checked+label:hover,
body .wppcr_rating>input:checked+label:hover~label,
body .wppcr_rating>input:checked~label:hover,
body .wppcr_rating>input:checked~label:hover~label,
body .wppcr_rating>label:hover~input:checked~label {
    color: #ea0 !important;
    text-shadow: none;
}

.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

.comments-rating label {
    display: inline-block;
}

.rating-container {
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container>input {
    display: none;
}

.rating-container>input+label {
    /* only enough room for the star */
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rating-container>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}

.rating-container>input:checked~label:before,
.rating-container>input+label:hover~label:before,
.rating-container>input+label:hover:before {
    content: "\f155";
    color: #e52;
    text-shadow: 0 0 1px #333;
}

.rating-container>.star-cb-clear+label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.rating-container>.star-cb-clear+label:before {
    width: .5em;
}

.rating-container:hover>input+label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.rating-container:hover>input+label:hover~label:before,
.rating-container:hover>input+label:hover:before {
    content: "\f155";
    color: #e52;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container>.star-cb-clear+label,
.comment-respond .rating-container>input+label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container>input+label {
    text-indent: -9999px;
}

.nopadding {
    padding: 0 !important;
}

.page-content ul {
    color: #7f7f7f;
    font-size: 15px;
    line-height: 1.5;
    list-style: none;
}

.page-content li {
    margin-bottom: 5px;
}

.article-tags h3 {
    font-size: 20px;
    font-weight: bold;
}

.article-tags .image {
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 10px;
}

.article-tags .image img {
    border-radius: 5px;
}

.article-group {
    margin-bottom: 30px;
}

.article-tags {
    margin-top: 30px;
}

h2.entry-title a {
    font-weight: bold;
}

body div.dwqa-question-filter a.active,
body .dwqa-questions-footer .dwqa-pagination .dwqa-current,
body .dwqa-questions-footer .dwqa-ask-question a {
    background: #f4892b;
    color: #fafafa;
}

body .dwqa-question-item .dwqa-question-meta a {
    color: #f48a2a;
}

body div.dwqa-question-filter a:hover,
body .dwqa-questions-footer .dwqa-pagination .dwqa-current:hover,
body .dwqa-questions-footer .dwqa-ask-question a:hover {
    background: #e23e23;
    color: #fafafa !important;
}

body #site-content .dwqa-question-filter a {
    background: #f4f4f4;
    box-shadow: none;
    color: #555;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0 8px;
    margin-right: 5px;
}

body .dwqa-container {
    padding-bottom: 50px;
}

.dwqa-question-item .dwqa-question-title a:hover,
.dwqa-question-item .dwqa-question-title a:focus,
.dwqa-question-item .dwqa-question-title a:active {
    color: #e23e23 !important;
}

body div.dwqa-questions-list .dwqa-question-item {
    background-color: #f0f0f0;
    border: 0;
    margin-bottom: 10px;
    position: relative;
}

#commentform input,
#commentform textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    margin-left: 0;
}

#commentform #submit {
    background-color: #f48b2a;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 5px;
}

#commentform #submit:hover {
    background-color: #e23e23;
    color: #fff;
}

#commentform p {
    position: relative;
}

#commentform>p>label {
    position: relative;
}

#commentform label[for="rating"] {
    position: relative;
    width: auto;
    display: inline;
}

.comments-rating {
    width: 200px;
}

#commentform .form-submit {
    margin-top: 20px;
}
#fe-menu-mobile .mm-navbar__title, #fe-menu-mobile .mm-navbar__title span {
	color: #fff;
}


body.home .fe-search-home #search-submit {
width: 50px;
position: absolute;
margin-top: 0;
height: 100%;
background: #e23e23;
color: #fff;
text-indent: -99999px;
background-image: url(/wp-content/themes/friendseat/assets/images/search.svg);
background-color: #f48b2a;
background-repeat: no-repeat;
background-position: center;
background-size: 35%;
transition: background .3s ease;
border-radius: 0 3px 3px 0;
right: 0;
}

.fe-search-home.fe-search-widget #searchform {
width: 100%;
margin-top: 0;
position: relative;
}
body.home .fe-search-home.fe-search-widget.header-search {
display: block;
margin-left: 20px;
}
.fe-search-home.fe-search-widget #searchform input#s {
min-width: 220px;
padding: 7px 50px 8px 8px;
}
.state-image {
    border-radius: 20px; /* Curves the edges */
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 336px; /* Set a max width if needed */
}

.state-description {
    padding: 10px; /* Adds space around the text */
    background-color: #f7f7f7; /* Light background for layering effect */
    border-radius: 10px; /* Curves the edges of the text container */
}
.grey-line {
    border-bottom: 1px solid grey;
    width: 100%;
}
.sponsored-links {
	font-size: 12px;
	text-align: right;
	line-height: 1;
	margin-top: 2px;
}

/* --- */
@media screen and (min-width: 728px) {
    #fe-menu-mobile {
        display:none;
    }
}
.tagItem, blog-content {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

.listings_column li a {
    font-family: 'PT Serif', Georgia, Times, serif;
    color: #333333;
}

.listings_column li {
    font-family: 'PT Serif', Georgia, Times, serif;
    color: #333333;
}


.listings_column li {
    font-family: 'PT Serif', Georgia, Times, serif;
    color: #3d3d3d;
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
}
body p {
    font-family: 'PT Serif', Georgia, Times, serif;
    color: #3d3d3d;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3px;
}
#site-content .fe-recipes p {
    font-size: 20px;
}

input, .post-detail-content, .lp-grid-box-description ul, .chosen-container, .accordion-title, time, label, #input-dropdown span, .lpdoubltimes em {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}

.home-hero-banner h1 {
    font-family: 'PT Serif', Georgia, Times, serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    margin: 10px 10px 20px 10px;
}
footer#colophon a {
    color: #ddd;
}
footer .menu li a {
    display: block;
    line-height: 1.2;
}
footer#colophon p {
    font-size: 16px;
    color: #ddd;
    line-height: 1.3;
    font-family: 'open-sans',sans-serif;
    font-weight: normal;
}
footer#colophon .contact-info-widget.copyright p {
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.3;
}
.contact-info-widget.copyright, .contact-info-widget.copyright li {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
}
footer .contact-info-widget.copyright a {
    font-size: 14px;
    line-height: inherit;
}
.listings_column li a {
    font-size: 20px;
}

.tagItem, blog-content {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

.listings_column li a {
    font-family: 'PT Serif', Georgia, Times, serif;
    color: #333333;
}

.listings_column li {
    font-family: 'PT Serif', Georgia, Times, serif;
    color: #333333;
}


.listings_column li {
    font-family: 'PT Serif', Georgia, Times, serif;
    color: #3d3d3d;
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
}
body p {
    font-family: 'PT Serif', Georgia, Times, serif;
    color: #3d3d3d;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
}
#site-content .fe-recipes p {
    font-size: 20px;
}

input, .post-detail-content, .lp-grid-box-description ul, .chosen-container, .accordion-title, time, label, #input-dropdown span, .lpdoubltimes em {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}
#sidebar aside h2.widget-title {
    border-bottom: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    font-size: 30px;
}
.home-hero-banner h1 {
    font-family: 'PT Serif', Georgia, Times, serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    margin: 10px 10px 20px 10px;
}
footer#colophon a {
	color: #ddd;
}
footer .menu li a {
	display: block;
	line-height: 1.2;
}
footer#colophon p {
	font-size: 16px;
	color: #ddd;
	line-height: 1.3;
	font-family: 'open-sans',sans-serif;
	font-weight: normal;
}
footer#colophon .contact-info-widget.copyright p {
	font-size: 14px;
	margin: 10px 0;
	line-height: 1.3;
}
.contact-info-widget.copyright,
.contact-info-widget.copyright li {
	color: #fff;
	font-family: 'open-sans',sans-serif;
	font-size: 14px;
}
.listings_column li a {
	font-size: 20px;
}
.listings_column li {
    font-family: 'PT Serif', Georgia, Times, serif !important;
    color: #363636;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: .5rem;
    list-style-type: none;
}
footer h2, footer .widget-title {
	color: #e23e23 !important;
}
.footer-logo img {
	margin: 0 0 10px 0;
}
footer#colophon ul li.menu-item {
	margin: 0 0 15px 0 !important;
	padding: 0;
}
.mt-0 {
    margin-top:0!important
}
.mb-0 {
    margin-bottom:0!important
}
.text-left {
    text-align: left!important;
}
.p-0 {
    padding:0!important;
}
.archive-header {
	margin-bottom: 20px;
}
.readmore {
	display: inline-block;
}
.flex {
	display: flex;
}
.fe-author .author-avatar {
	margin: 0;
}
.fe-author .flex {
	gap: 10px;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 600px) {
	#fe-menu-mobile {
		display:block!important;
	}
	#fe-menu-mobile a.mm-btn--next {
		width: 50px;
		display: block;
		position: absolute;
		right: 0;
		height: 57px;
	}
}
.author-details {
	display: block;
	position: relative;
}

.author-bio .author-avatar img {
	width: 80px !important;
	height: 80px !important;
}
.author-details .author-info {
	padding-left: 100px;
	min-height: 120px;
}
.author-details .author-info p {
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.3 !important;
}
.author-bio .author-avatar {
	position: absolute;
	margin: 0;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.author-bio {
	max-width: 700px;
	margin: auto;
}
.previous-post, .next-post {
	max-width: 400px;
	display: block;
}
a.previous-post:hover span, a.next-post:hover span{
	color:#e23e23;
}

.pagination-single-inner {
	display: flex;
	justify-content: space-between;
}
.next-post {
	text-align: right;
}
#site-content .fe-recipes p {
	font-size: 16px;
}