/*!
Theme Name: SugarHero
Theme URI: http://sugarhero.com
Author: Lindsay Humes
Author URI: https://www.lindsayhumes.com
Description: Custom WordPress Theme Developed By Lindsay Humes
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sugarhero
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Import Styles
--------------------------------------------------------------*/
/* Loaded from header.php, 2019-07-22 */
/*@import url('css/elements.css');*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
    color: #282828;
    font-family: 'montserrat', Arial, serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

input, select, optgroup, textarea {
    color: #282828;
    font-family: 'montserrat', Arial, serif;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.2;
    font-family: 'leaguespartan', Arial, sans-serif;
    font-weight: 400;
    margin: 0px;
    letter-spacing: 1px;
}

.entry-content h1, .entry-content h2, .entry-content h6 {
    line-height: 1.25;
    margin: 0px 0px 15px;
    text-transform: uppercase;
    color: #00abce;
}

.entry-content h3 {
    line-height: 1.25;
    margin: 0px 0px 15px;
    text-transform: uppercase;
    color: #fd2b81;
}

.entry-content h4 {
    line-height: 1.25;
    margin: 0px 0px 15px;
    color: #fd2b81ad;
}

.entry-content h5 {
    line-height: 1.25;
    margin: 0px 0px 15px;
    color: #00abce;
}

p {
    margin-bottom: 15px;
}

p:last-of-type {
    margin-bottom: 0;
}

blockquote {
    margin: 25px 0px;
    padding: 30px;
    background: #ffeff6;
    border-left: 10px solid #ffddec;
    font-family: 'montserrat', Arial, serif;
	font-style: italic; 
	-webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    border-radius: 8px; 
}

.small-caps {
    font-family: 'sweetsans', Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1;
}

.small-serif {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1;
}

.cursive {
    font-family: 'blonde', cursive;
    font-size: 52px;
    line-height: 1;
    color: #fd2b81;
}

.content-meta {
    font-size: 14px;
}

.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.top:before {
    background-image: url('images/bg.png');
    background-repeat: repeat;
    height: 5px;
    content: '';
    position: relative;
    width: 100%;
    display: block;
}

.bottom:after {
    background-image: url('images/bg.png');
    background-repeat: repeat;
    height: 5px;
    content: '';
    position: relative;
    width: 100%;
    display: block;
}

.accent {
    background-image: url('images/bg.png');
    background-repeat: repeat;
    display: block;
    height: 5px;
    width: 100%;
}

.line-accent {
    height: 50px;
    width: 2px;
    display: block;
    background: #ffc00d;
    position: relative;
    margin: -35px auto -10px;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a, a:visited, a:focus, a:active, .pink, .pink a {
    color: #fd2b81;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a:hover {
    color: #00abce;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
}

.pink, .pink a {
    color: #fd2b81;
}

.blue, .blue a {
    color: #00abce;
}

.yellow, .yellow a {
    color: #ffc00d;
}

.black, .black a {
    color: #282828;
}

.white-link, .white-link a {
    color: #FFFFFF;
}

.white-link a:hover {
    color: #ffc00d;
}

.entry-content a {
    color: #00abce;
}

.entry-content a:hover {
    color: #fd2b81;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0px;
    border-radius: 0px;
    background: #fd2b81;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    padding: 18px 20px;
    font-family: 'sweetsans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #00abce;
    transition: all .8s ease 0s;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    background: #fd2b81;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #00abce;
    border: 2px solid #BDEDF3;
    border-radius: 0px;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    margin: 2px auto;
    -webkit-appearance: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #00abce;
}

select {
    border: 2px solid #BDEDF3;
    background: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    text-align-last: center;
    padding: 10px;
    min-width: 200px;
    width: 100%;
    color: #00abce;
    font-size: 13px;
    font-family: 'sweetsans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

textarea {
    width: 100%;
}

label {
    font: 13px 'sweetsans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00abce;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #00abce;
    font: 12px 'sweetsans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1;

}

::-moz-placeholder { /* Firefox 19+ */
    color: #00abce;
    font: 12px 'sweetsans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1;

}

:-ms-input-placeholder { /* IE 10+ */
    color: #00abce;
    font: 12px 'sweetsans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1;

}

:-moz-placeholder { /* Firefox 18- */
    color: #00abce;
    font: 12px 'sweetsans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

input[type="checkbox"] {
    border-radius: 12px;
    -webkit-appearance: button;
    background: #BDEDF3;
    white-space: nowrap;
    overflow: hidden;
    width: 11px !important;
    height: 11px;
    color: transparent;
    vertical-align: baseline;
}

input[type="checkbox"]:checked {
    background: #00abce;
    line-height: 1;
}

/*--------------------------------------------------------------
# Subscribe
--------------------------------------------------------------*/
.subscribe h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px auto 15px;
}

.subscribe br {
    display: none;
}

.subscribe-form {
    margin: 0px auto 15px;
}

.subscribe input[type="text"], .subscribe input[type="email"] {
    max-width: 300px;
    border: 0px;
    background: rgba(255, 255, 255, .85);
    display: inline-block;
}

.subscribe input[type="checkbox"] {
    background: #FFFFFF;
}

.subscribe input[type="checkbox"]:checked {
    background: #00abce;
}

.mc-selection {
    display: inline-block;
    max-width: 200px;
    vertical-align: middle;
    text-align: left;
    padding: 0px 10px;

}

.mc-selection label {
    margin: 0px;
    line-height: 1;
    text-align: left;
}

.mc-field-group {
    display: inline-block;
    vertical-align: middle;
    width: -webkit-fill-available;
    width:-moz-available;
    width: fill-available;
    width: 100%;
    max-width: 75%;
}
.footer-subscribe .mc-field-group {
	max-width: 620px;

}
.footer-subscribe input[type="text"], .footer-subscribe input[type="email"] {
	margin: 0px 5px;
}
#mce-responses.clear {
    display: none;
}

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

.subscribe p, .subscribe br {
    display: none;
}

/*Post Subscribe*/
.post-subscribe {
    background: #BDEDF3;
    text-align: center;
    padding: 30px;
}

.post-subscribe input[type="text"], .post-subscribe input[type="email"] {
    max-width: 230px;
    margin: 0px 5px;
}

.post-subscribe .subscribe-form {
    margin: 0px auto;
}
.post-subscribe .mc-field-group {
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    float: left;
    text-align: right;
    padding-right: 5px;
}
.post-subscribe .clear {
    float: left;
    
}

/*Blog Subscribe*/
.blog-subscribe {
    background: #BDEDF3;
    text-align: center;
    padding: 15px;
    margin: 0px auto 30px;
    display: table; table-layout: fixed;
    width: 100%;
}

.blog-subscribe h4 {
    margin: 0px;
    display: table-cell;
    width: 40%;
    text-align: right;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 25px;
}

.blog-subscribe .subscribe-form {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
    text-align: left;
}

.blog-subscribe input[type="text"], .blog-subscribe input[type="email"] {
    max-width: 250px;
    display: inline-block;
    margin: 0px 5px;
}
.blog-subscribe .mc-field-group {
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
}
/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
.site-branding {
    display: table; table-layout: fixed;
    width: 100%;
    max-width: 1200px;
    padding: 10px 0px;
    margin: 0px auto;
}

.site-branding .col-3 {
    width: 33%;
    text-align: center;
    padding: 0px 10px;
}

.site-branding .col-3.left {
    text-align: left;
}

.site-branding .col-3.right {
    text-align: right;
}

/*--------------------------------------------------------------
# Primary Menu
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: none;
    width: 100%;
    max-width: 1200px;
    padding: 0px 10px;
    background: #FFFFFF;
    text-align: center;
    margin: 0px auto 10px;
    font-size: 13px;
    position: relative;

}

/*--------------------------------------------------------------
B. MEGA MENU
--------------------------------------------------------------*/
.main-navigation ul {
    list-style: none;
    margin: 0;
}

.main-navigation li {
    display: inline-block;
    margin: 0px;
}

.main-navigation li a {
    padding: 15px;
    display: block;
}

.main-navigation li ul li a {
    padding: 5px;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 62px;
    left: -999em;
    z-index: 99999;
    display: block;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
    padding: 10px 5px;
}

.main-navigation ul ul li {
    text-align: left;
    margin: 0px;
    display: block;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}

.full-menu > li.menu-item-has-children {
    position: relative;
}

.full-menu > li.menu-item-has-children.menu-item-mega-parent {
    position: static;
}

.full-menu > li.menu-item-has-children.menu-item-mega-parent .thb_mega_menu_holder {
    display: none;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100% !important;
    background: #FFF;
    padding: 30px;
    z-index: 20;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.15);
}

.megamenu-row {
    width: 100%;
    margin: 0px auto;
    display: table; table-layout: fixed;
}

.thb_mega_menu {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
}

.thb_mega_menu li {
    display: block;
}

.thb_mega_menu li > a {
    display: block;
}

.category-children {
    display: table-cell;
    width: 80%;
}

.category-children > div {
    display: none;
    float: left;
    text-align: left;
    width: 100%;
}

.category-children > div:first-child {
    display: block;
}

.full-menu > li.menu-item-has-children.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu {
    display: block;
    position: static;
    background: transparent;
}

.full-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0px;
    list-style: none;
    z-index: 20;
    text-align: left;
    background: #fff;
    top: 40px;
    padding: 10px;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.15);
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.full-menu .sub-menu.thb_mega_menu {
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
}

.full-menu .sub-menu li:first-child {
    padding-top: 0;
}

.full-menu .sub-menu li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.full-menu .viewpost {
    font-size: 16px;
}

.full-menu .thumb .featured {
    height: 200px;
}

.menu-item-settings .description-thin, .menu-item-settings .description-wide {
    float: none !important;
}

.category-children .thumb, .category-children .thumb:nth-child(4n+0) {
    margin-bottom: 0px;
}

.main-navigation .category-children .thumb a {
    padding: 0px;
}

.small-12.columns {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}
.main-navigation.fixed-menu .thb_mega_menu li a {
	padding: 5px 0px;
}

/*--------------------------------------------------------------
# Fixed Menu
--------------------------------------------------------------*/
.fixed-menu {
    display: none;
    width: 100%;
    max-width: 100%;
    background: #FFFFFF;
    border-top: 0px;
    border-bottom: 0px;
    padding: 0px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.15);
}

.fixed {
    position: fixed !important;
    display: table; table-layout: fixed;
    z-index: 1000000;
    left: 0;
}

.fixed-menu h3 {
    margin: 0px auto;
}

.fixed-menu .col-3.left {
    width: 5%;
    padding-left: 10px;
}

.fixed-menu .col-3.right {
    width: 10%;
    text-align: right;
    padding: 0px 10px;
}

.fixed-menu .col-3.middle {
    width: 70%;
    text-align: left;
}

.fixed-menu .searchform input {
    color: #00abce;
    border: 0px;
    text-align: right;
}
.main-navigation.fixed-menu li a {
    padding: 15px 8px;
}
#fixed-nav {
    display: inline-block;
    vertical-align: middle;
}
.fixed-menu .social-menu {
    display: inline-block;
    vertical-align: middle;
}
.main-navigation.fixed-menu .social-menu li a {
    padding: 5px;
}
/*--------------------------------------------------------------
# MOBILE MENU
--------------------------------------------------------------*/
.mobile-menu {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    padding: 10px;
}

.mobile-nav {
    display: table; table-layout: fixed;
    width: 100%;
}

.mobile-nav .col-3.middle {
    width: 80%;
    padding: 0px 10px;
}

.mobile-nav .col-3.right, .mobile-nav .col-3.left {
    width: 10%;
    font-size: 18px;
}

.mobile-nav .searchform {
    margin: 0px auto;
    display: block;
}

.mobile-nav .searchform input {
    text-align: center;
}

/*--------------------------------------------------------------
DRAWER MENU
--------------------------------------------------------------*/
#drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: #FFFFFF;
    color: #282828;
    z-index: 999999999999;
    display: none;
    line-height: 2;
    overflow: scroll;
    padding: 30px;
}

#cover {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999999999999;
    background: rgba(255, 255, 255, .45);
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

#drawer.open {
    display: table !important;
}

#close-drawer {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    color: #282828;
    font-size: 20px;
}

.drawer-inner {
    opacity: 1;
    margin: 0px auto;
    position: relative;
    padding: 15px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

#drawer .badge {
    text-align: center;
}

#drawer-nav {
    width: inherit;
    margin: 0px auto;
}

#drawer .search-form {
    padding: 15px 30px;
    margin: 0px auto;
    display: block;
}

#drawer-menu {
    display: none;
}

#drawer ul.sub-menu {
    -webkit-padding-start: 0px;
    margin: 0px 0px 0px 15px;
}

#drawer li {
    display: block;
    text-align: left;
}

#drawer .social-menu li {
    display: inline-block;
    margin-right: 10px;
}

#drawer li ul li {
    font-family: 'lora', Georgia, serif;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 400;
}

#drawer.open .drawer-inner {
    opacity: 1;
}

ul.slicknav_nav.slicknav_hidden {
    display: block !important;
    margin: 0px;
}

.slicknav_btn {
    display: block;
    padding: 10px 0;
}

.slicknav_menu a {
    color: #282828;
}

.slick-nav_menu a:hover {
    color: #fd2b81;
}

.slicknav_menu li.menu-item-has-children a.slicknav_row:before {
    content: '\f13a';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 5px;
    font-weight: 900;
    color: #fd2b81;
}
#drawer li.home-link a:before {
    color: #ffc00d;
}
#drawer li.recipe-link a:before {
    color: #FABAB5;
}
#drawer li.shop-link a:before {
    color: #00abce;
}
.slicknav_btn.slicknav_collapsed {
    font-family: 'pathwaygothic', Arial, sans-serif;
    font-size: 15px;
    text-transform: none;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    font-weight: 400;
}

.slicknav_nav li {
    margin-top: 10px;
}

.slicknav_menu .sub-menu {
    margin-left: 20px;
}

#drawer .top.bottom {
    margin: 15px auto;
}

#drawer .searchform input {
    padding: 10px;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.searchform {
    display: table; table-layout: fixed;
    width: 100%;
    max-width: 350px;
    color: #fd2b81;
}

.searchform .fa-search {
    display: table-cell;
    vertical-align: middle;
    width: 7%;
}

.searchform input {
    display: table-cell;
    border: 0px;
    text-align: left;
    background: transparent;
    padding: 10px 5px 13px;
    color: #fd2b81;
    line-height: 1;
    vertical-align: middle;
}

.searchform input::-webkit-input-placeholder {
    color: #fd2b81;
    font: 14px 'leaguespartan', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 10px 5px 18px;

}

.searchform input::-moz-placeholder {
    color: #fd2b81;
    font: 14px 'leaguespartan', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    vertical-align: text-bottom;
    padding: 10px 5px 18px;

}

.searchform input:-ms-input-placeholder {
    color: #fd2b81;
    font: 14px 'leaguespartan', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 10px 5px 18px;

}

.searchform input:-moz-placeholder {
    color: #fd2b81;
    font: 14px 'leaguespartan', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 10px 5px 18px;

}
.searchform input:placeholder-shown{
    font: 14px 'leaguespartan', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 20px 5px 18px;

}
.searchbar {
    clear: both;
    background: #FFFFFF;
    position: absolute;
    z-index: 7000;
    text-align: center;
    padding: 30px;
    display: none;
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 74px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .05);
}

.searchbar input[type="text"] {
    border: 0px;
    background: transparent;
}

/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.posts-navigation {
    text-align: center;
    margin: 0px auto 70px;
    text-transform: lowercase;
    font-family: 'leaguespartan', Arial, sans-serif;

}

.custom-pagination {
    margin: 0px auto 70px;
    text-align: center;
}

.page-numbers {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: 0 3px;
    background: #f7e06f;
}

.page-numbers.current {
    color: #FFFFFF;
    background: #ffc00d;
}

.next.page-numbers, .prev.page-numbers {
    background: transparent;
}

.page-numbers.dots {
    color: #f7e06f;
    background: transparent;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-handle span {
    display: block;
    width: 100%;
    font-family: 'sweetsans', Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 11px;
    text-align: center;
}

#infinite-handle span:hover {
    background: #00abce;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*Footer Posts*/
.footer-posts {
    position: relative;
}

.footer-posts:after {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    content: '';
    background: #BDEDF3;
    z-index: -1;
}

#footer-posts {
    max-width: 1200px;
    width: 90%;
    padding: 0px 15px 35px;
    margin: 0px auto;
    text-align: center;
    background: #FFFFFF;
}

.footer-posts .cursive {
    max-width: 300px;
    background: #FFFFFF;
    margin: -34px auto 0px;
    padding: 10px;
}

.footer-social.social-menu {
    margin: 0px auto 15px;
}

.footer-social li {
    margin: 0px 8px;
}

.footer-social.social-menu li a::before {
    font-size: 18px;
}

/*Site Footer*/
.site-footer {
    background: #BDEDF3;
    padding: 45px 0px;
    text-align: center;
}

.site-info {
    max-width: 1200px;
    width: 95%;
    margin: 0px auto;
}

ul.footer-menu {
    margin: 0px auto 25px;
}

.footer-menu li {
    display: inline-block;
    margin: 5px;
}

.footer-disclosure {
    font-size: 10px;
    margin: 25px auto 0px;
    max-width: 600px;
    opacity: .8
}

/*Back to Top Button*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    border: none;
    outline: none;
    color: #ffc00d;
    cursor: pointer;
    padding: 8px;
    font-size: 50px;
    text-align: center;
}

#myBtn i {
    vertical-align: middle;
}

#myBtn:hover {
    color: #f7e06f;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
    display: block;
    margin: 15px auto;
    max-width: 1200px;
    width: 95%;
    padding: 0px;
}
.page #content {
	width: 100%;
}

.page-template-page-section #content {
    max-width: 100%;
}

.single #primary, #primary.sidebar {
    width: 65%;
    float: left;
    clear: both;
}

#primary {
    width: 100%;
    float: none;
}

#secondary {
    width: 35%;
    float: right;
    min-width: 300px;
    max-width: 350px;
    margin-left: 10px;
}

/*--------------------------------------------------------------
# Full Post Layout
--------------------------------------------------------------*/
.full {
    margin: 0px auto 30px;
}
#breadcrumbs, #breadcrumbs a {
    color: #8a8a8a;
}
.entry-title {
    text-align: left;
    margin: 20px 0px;
    text-transform: uppercase;
}

.full .post-details {
    text-align: center;
    display: table;
    width: 100%;
}
.full .post-details .cr {
	text-align: right;
}
.wprm-rating-star-full svg * {
	fill: #fd2b81!important;
	stroke: #fd2b81!important;
}
.wprm-recipe-rating svg {
	width: 20px;
	height: 20px;
}
/*Shop The Post*/
.post-shop {
    text-align: center;
    margin: 15px auto;
}

#post-shop {
    padding: 15px 0px;
}

.post-shop .small-caps {
    line-height: 1.25;
    margin: 15px auto 0px;
}

/*Social*/
.nc_tweetContainer {
    background: #00abce !important;
    border: 0px !important;
}
.top-share .nc_tweetContainer {
    background: #FBEFBC!important;
    color: #ffc00d!important;
}
.top-share .nc_tweetContainer a {
    color: #ffc00d!important;
}
.post-share {
    text-align: center;
    padding: 15px 0px;
}

.post-share li {
    display: inline-block;
    margin: 0px 15px;
}

/*Disclosure*/
.post-disclosure {
    padding: 20px;
    background: #FBEFBC;
    text-align: center;
    margin: 0px auto 15px;
}

/*Post Social Cta*/
.social-cta {
    padding: 20px;
    background: #BDEDF3;
    text-align: center;
    display: table; table-layout: fixed;
    width: 100%;
    margin: 15px auto;
}

.social-cta .cl {
    width: 10%;
}

.social-cta .fab {
    font-size: 60px;
}

.social-cta .cr {
    padding-left: 10px;
    width: 90%;
    text-align: left;
}

.social-cta .cursive {
    color: #282828;
    font-size: 40px;
}

.social-cta .small-caps {
    line-height: 1.25;
}

/*Related Posts*/
.post-related {
    text-align: center;
    margin: 0px auto 15px;
    padding: 15px 0px 0px;
}

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

.relatedposts h5 {
    margin: 0px auto 15px;
}

/*Footer Entry*/
#entry-footer {
    padding: 15px 0px;
    display: table; table-layout: fixed;
    width: 100%;
    line-height: 1.5;
}

#entry-footer .post-date, #entry-footer .post-cat {
    margin-bottom: 15px;
}
/* .adunitlabel .mediavine {
    padding-top: 0px!important;
}
.adunitlabel {
    font-size: 0px!important;
    line-height: 0!important;
    display: none!important;
}
.adunitlabel .mediavine img {
    height: 0px!important;
    display: none!important;
} */
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
#comments {
    margin: 0px auto 60px;
}

.comment-content a {
    word-wrap: break-word;
}
.wprm-rating-star svg {
    width: 30px!important;
    height: 30px!important;
}
.wprm-comment-rating .wprm-rating-star svg {
    width: 20px!Important;
    height: 20px!important;
}
.wprm-comment-rating {
    display: block;
    width: 100%;
    margin: 0px auto 15px;
}
.bypostauthor {
    display: block;
}
p.akismet_comment_form_privacy_notice {
    font-family: Georgia, serif;
    display: block;
    margin: 0px auto 50px;
    text-align: center;
    font-style: italic;
    font-size: 13px;
}

h3#reply-title, h3.comments-title {
    text-align: center;
    margin: 0px auto 30px;
    text-transform: uppercase;
    color: #ffc00d;
}
.wprm-rating-star.rated svg polygon {
    fill: #fd2b81!important;
}
/*Comment Form*/
.comment-respond {
    background: #FBEFBC;
    padding: 30px;
    margin: 0px auto 60px;
}

.comment-form label {
    display: block;
    margin: 0px;
    color: #282828;
}

.comment-form input, .comment-form textarea {
    border: 0px;
}

.comment-form input[type="checkbox"] {
    background: #FFFFFF;
}

.comment-form input[type="checkbox"]:checked {
    background: #ffc00d;
}

.comment-form-attachment label {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1.5;
}

.comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 10px;
    text-transform: none;
    letter-spacing: 0px;
}

.comment-form-wprm-rating label {
    display: inline-block;
    margin-right: 10px;
}

.comment-notes {
    font-size: 14px;
    font-style: italic;
}

/*Comment Filters*/
.cc-comment-filters a {
    padding: 10px;
    background: #00abce;
    color: #FFFFFF;
}

.cc-comment-filters a:hover {
    background: #BDEDF3;
}

.cc-comment-filters a.cc-active-tab {
    background: #BDEDF3;
    color: #00abce;
}

/*Comment List*/
.full-comment-content {
    background: #FABAB5;
    padding-left: 15px;
    margin-bottom: 30px;
}

#full-comment-content {
    background: #FBD1CE;
    padding: 15px;
}
.comment-author-elizabeth .full-comment-content {
	background: #ffc00d;
}
.comment-author-elizabeth #full-comment-content {
	background: #FBEFBC;
}
.comment-author-elizabeth ul li .full-comment-content {
    background: #fabab5;
}

.comment-author-elizabeth ul li #full-comment-content {
    background: #fbd1ce;
}
.comment-footer.small-caps {
    font-size: 11px;
    text-align: right;
}

.comment-author {
    margin-bottom: 10px;
}

.comment-footer a {
    color: #282828;
}

.comment-content {
    display: table; table-layout: fixed;
    width: 100%;
    margin: 0px auto 10px;
}


.comment-content .attachmentFile {
    padding: 5px;
    background: #FFFFFF;
    display: inline-block;
    float: right;
    vertical-align: top;
    width: 20%;
    line-height: 0;
    text-align: center;
    margin-left: 20px;
}

.comment-content .attachmentFile p {
    display: block;
    text-align: center;
    width: 100%;
    padding-right: 0px;
}

.wprm-comment-rating {
    display: block;
    width: 100%;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 auto 30px;
    text-align: center;
}

.widget-title {
    margin: 0px auto 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fd2b81;
}

.widget select {
    max-width: 100%;
}

.widget-text, .widget p {
    font-size: 13px;
    margin: 0px auto 15px;
}

.widget-content {
    font-size: 13px;
    margin: 0px auto 15px;
}

.widget input[type="submit"] {
    display: block;
    width: 100%;
    margin: 5px auto;
}

.widget li {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'sweetsans', Arial, sans-serif;
    font-size: 11px;
    line-height: 1.25;
    margin: 0px auto 5px;
}

/*Widget Search*/
.widget_search {
    background: #FBEFBC;
    padding: 30px;
}

.widget_search .widget-title {
    color: #ffc00d;
}

.widget .searchform .fa-search {
    display: none;
}

.widget .searchform input {
    border: 0px;
    color: #282828;
    text-align: center;
    background: #FFFFFF;
}

.widget .searchform input::-webkit-input-placeholder {
    color: #ffc00d;
    font: 12px 'sweetsans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.widget .searchform input:-ms-input-placeholder {
    color: #ffc00d;
    font: 12px 'sweetsans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.widget .searchform input:-moz-placeholder {
    color: #ffc00d;
    font: 12px 'sweetsans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

/*Widget About*/
#widget-about {
    display: table; table-layout: fixed;
    width: 100%;
    padding: 10px;
}

.sugarhero_about .cl {
    width: 40%;
}

.sugarhero_about .cr {
    width: 60%;
    padding-left: 10px;
    text-align: center;
}

.sugarhero_about .widget-title {
    font-size: 22px;
    text-transform: lowercase;
    letter-spacing: 0px;
}

/*Widget Subscribe*/
.sugarhero_subscription {
    background: #BDEDF3;
    padding: 30px;
}

.sugarhero_subscription .widget-title {
    color: #00abce;
    font-size: 16px;
}

.sugarhero_subscription .accent {
    margin: 0px auto 15px;
}

.sugarhero_subscription .mc-selection {
    display: block;
    width: 100%;
    margin: 5px auto;
    text-align: center;
}

/*Widget Social*/
.widget-social {
    display: table; table-layout: fixed;
    width: 100%;
    text-align: center;
}

.widget-social li {
    display: table-cell;
    width: 15%;
    font-size: 24px;
}

.widget-social li:nth-child(2) a {
    color: #f7e06f;
}

.widget-social li:nth-child(3) a {
    color: #00abce;
}

.widget-social li:nth-child(4) a {
    color: #FABAB5;
}

.widget-social li:nth-child(5) a {
    color: #ffc00d;
}

.widget-social li:nth-child(6) a {
    color: #BDEDF3;
}

/*Widget Nav Menu*/
.widget_nav_menu li a {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0px auto 8px;
    border: 2px solid #fd2b81;
    font-weight: 700;
    font-size: 14px;
}

.widget_nav_menu li a:hover {
    background: #fd2b81;
    color: #FFFFFF;
}

.widget_nav_menu li:nth-child(2n+0) a {
    color: #f7e06f;
    border: 2px solid #f7e06f;
}

.widget_nav_menu li:nth-child(2n+0) a:hover {
    background: #f7e06f;
    color: #FFFFFF;
}

.widget_nav_menu li:nth-child(3n+0) a {
    color: #00abce;
    border: 2px solid #00abce;
}

.widget_nav_menu li:nth-child(3n+0) a:hover {
    background: #00abce;
    color: #FFFFFF;
}

.widget_nav_menu li:nth-child(4n+0) a {
    color: #FABAB5;
    border: 2px solid #FABAB5;
}

.widget_nav_menu li:nth-child(4n+0) a:hover {
    background: #FABAB5;
    color: #FFFFFF;
}

.widget_nav_menu li:nth-child(5n+0) a {
    color: #ffc00d;
    border: 2px solid #ffc00d;
}

.widget_nav_menu li:nth-child(5n+0) a:hover {
    background: #ffc00d;
    color: #FFFFFF;
}

.widget_nav_menu li:nth-child(6n+0) a {
    color: #BDEDF3;
    border: 2px solid #BDEDF3;
}

.widget_nav_menu li:nth-child(6n+0) a:hover {
    background: #BDEDF3;
    color: #FFFFFF;
}

/*Widget Product*/
.sugarhero_product {

}

.sugarhero_product .widget-image {
    position: relative;
}

.product-widget-content {
    background: #FFFFFF;
    width: 90%;
    margin: -50px auto 0px;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

.sugarhero_product .widget-title {
    margin: 0px auto 5px;
}

.sugarhero_product .widget-text {
    margin: 0px auto 5px;
}
.widget-form-code .mc-field-group {
    max-width: 100%;
}
/*--------------------------------------------------------------
#Grid
--------------------------------------------------------------*/
.grid, .video {
    width: 30.75%;
    margin: 0px 1% 45px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    position: relative;
    background: #FFFFFF;
}

.archive-sections .grid, .hero-posts .grid, .blog-section-posts .grid, .section-posts .grid {
    width: 23%;
    margin: 0px 1% 0px 0px;
}
.archive-sections .video {
    margin: 0px 1% 0px 0px;
}
.no-sidebar .grid {
 width: 23%;
 margin: 0px 1% 60px 0px;
}
.no-sidebar .grid:nth-child(4n+0) {
	margin: 0px 0px 60px 0px;
}
.archive-sections .grid:nth-child(4n+0), .hero-posts .grid:nth-child(4n+0), .blog-section-posts .grid:nth-child(4n+0), .section-posts .grid:nth-child(4n+0), .archive-sections .video:nth-child(3n+0){
    margin: 0px;
}

.video-info {
    padding: 0px 10px 10px;
    vertical-align: middle;
}
.grid-info {
    padding: 10px;
    min-height: 130px;
    vertical-align: middle;
}
.grid-info .small-serif.yellow {
    margin: 5px auto 0px;
}

.grid-info h5, .video-info h4 {
    margin: 8px auto;
    text-transform: uppercase;
    line-height: 1.25;
    font-size: 16px;
}

/*--------------------------------------------------------------
# Excerpt
--------------------------------------------------------------*/
.excerpt-post {
    display: block;
    margin: 0px auto 45px;
    text-align: center;
    position: relative;
}

.excerpt-info {
    background: rgba(255, 255, 255, .95);
    margin: -100px auto 0px;
    padding: 20px;
    width: 90%;
    position: relative;
}

.excerpt-info h3, .excerpt-info .excerpt {
    margin: 15px auto;
}
.excerpt-info h3 {
    text-transform: uppercase;
}

.continue-reading a {
    border: 2px solid #ffc00d;
    padding: 10px;
    margin: 10px auto 0px;
    display: block;
    max-width: 225px;
    text-align: center;
}

.continue-reading a:hover {
    border: 2px solid #f7e06f;
    color: #f7e06f;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
.list {
    display: block;
    margin: 0px auto 45px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

.blog-section .list {
    display: inline-block;
    width: 48%;
    margin: 0px 1% 20px 0px;
    vertical-align: top;
}

.blog-section .list:nth-child(2n+0) {
    margin: 0px 0px 20px 0px;
}

.list-post {
    display: table; table-layout: fixed;
    width: 100%;
}

.list-image {
    display: table-cell;
    width: 40%;
    line-height: 0;
}

.list-info {
    display: table-cell;
    width: 60%;
    padding: 15px;
    vertical-align: middle;
}

.post-cat.small-serif {
    text-transform: lowercase;
}

.list-info h3 {
    margin: 20px auto;
}

.list-info .excerpt {
    margin: 0px 0px 20px;
}

.post-details li {
    display: inline-block;
    padding: 10px;
    background: #fd2b81;
    color: #FFFFFF;
    max-width: 200px;
}

.post-details li a {
    color: #FFFFFF;
}

.post-details li:hover {
    background: #FABAB5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-details li:first-child {
    margin-right: 10px;
}

/*--------------------------------------------------------------
# Thumb
--------------------------------------------------------------*/
.thumb {
    width: 21.5%;
    margin: 0px 2% 60px 0px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.thumb:nth-child(4n+0), .post-related .thumb:nth-child(4n+0) {
    margin-right: 0px;
}

.footer-posts .thumb, .footer-posts .thumb:nth-child(4n+0) {
    width: 15%;
    margin: 0px 5px;
}

.post-related .thumb {
    margin: 0px 2% 0px 0px;
}

.square-image {
    position: relative;
}

.square-image a, .square-image img {
    display: block;
    line-height: 1;
}

.square-content {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.square .featured-image:hover, .featured-image:hover .square-content, .square-content:hover {
    opacity: 1;
}

.square-content .small-caps {
    background: rgba(255, 255, 255, .95);
    padding: 10px;
}

.square .featured-image:hover a:hover {
    color: #00abce;
}

/*--------------------------------------------------------------
# ERRORS
--------------------------------------------------------------*/
/*404 Page*/
.error-404.not-found {
    margin: 30px auto 90px;
    text-align: center;
}

.error-404 .page-content {
    max-width: 600px;
    margin: 0px auto;
}

.error-404 .searchform {
    margin: 0px auto;
    border: 2px solid #BDEDF3;
    max-width: 250px;

}

.error-404 .searchform input {
    text-align: center;
    padding: 10px 5px;
}

.error-404 .searchform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #00abce;
    font: 12px 'sweetsans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;

}

.error-404 .searchform input::-moz-placeholder { /* Firefox 19+ */
    color: #00abce;
    font: 12px 'sweetsans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;

}

.error-404 .searchform input:-ms-input-placeholder { /* IE 10+ */
    color: #00abce;
    font: 12px 'sweetsans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;

}

.error-404 .searchform input:-moz-placeholder { /* Firefox 18- */
    color: #00abce;
    font: 12px 'sweetsans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

/*No Results*/
.no-results.not-found {
    max-width: 720px;
    margin: 0px auto 90px;
    text-align: center;
}

.no-results.not-found .searchform {
    max-width: 300px;
    margin: 15px auto 0px;
}

.no-results.not-found .searchform input {
    text-align: center;
    border: 2px solid #fd2b81;
    padding: 20px;;
}

/*--------------------------------------------------------------
# SEARCH TEMPLATE
--------------------------------------------------------------*/
.search-header {
    margin: 0px auto 45px;
    text-align: center;
}

.search-header .page-title {
    margin: 15px auto 0px;
}

.search-footer {
    background: #FABAB5;
    text-align: center;
    padding: 30px;
}

/*--------------------------------------------------------------
#ARCHIVE TEMPLATE
--------------------------------------------------------------*/
.archive-header {
    margin: 0px auto 20px;
}

.archive-meta {
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
}

.archive-content {
    margin: 0px auto 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.archive-header .content-meta {
    margin: 0px auto 15px;
}
/*Archive Sections*/
.archive-section-title {
    text-align: center;
    margin: 0px auto 15px;
}

.archive-section-title h6 {
	text-transform: uppercase;
	letter-spacing: 1px;
    margin: 0px auto 10px;
    font-size: 20px;
}

.archive-menu li {
    display: inline-block;
    margin-left: 10px;
}

.archive-section-posts {
    text-align: center;
    margin: 0px auto 30px;
}

.archive-section-posts .accent {
    margin: 40px auto 0px;
}

.sub-archive {
    margin: 0px auto 15px;
    text-align: center;
}
.page-notes-link {
    display: block;
    text-align: center;
    margin: 5px auto;
}
.page-description {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -ms-transition: all 0ms ease;
    -webkit-transition: all 0ms ease;
    transition: all 0ms ease;
    margin: 0px auto;
    display: none;
    text-align: justify;
    font-size: 16px;
    max-width: 600px;
    width: 95%;
    padding: 30px;

}

.page-description.visible {
    height: auto;
    opacity: 1;
    visibility: visible;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
}
ul#archive-menu {
    margin: 20px auto 50px;
    display: block;
    text-align: center;
}
.archive-menu li {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    border: 2px solid #fd2b81;
    padding: 15px;
    width: 15.75%;
}
.archive-menu li:hover {
    background: #fd2b81;
    color: #ffffff;
}
.archive-menu li:last-child {
    margin: 0px;
}
.archive-header .small-caps.yellow {
    margin: 15px auto;
}
/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.page-article {
    max-width: 800px;
    margin: 0px auto 45px;
    width: 95%;
}

.page-title {
    text-align: center;
    margin: 0px auto;
}

.page-section .content-meta {
    max-width: 600px;
    text-align: center;
    margin: 0px auto;
}

.page-section .accent {
    margin: 10px auto;
}

.page-section {
    margin: 0px auto 30px;
}

/*--------------------------------------------------------------
# ARCHIVES
--------------------------------------------------------------*/
.page-archives {
    margin: 0px auto 60px;
}

.archive-group .small-serif {
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    color: #ffc00d;
    width: 100%;
    display: block;
    text-transform: lowercase;
    margin: 0px auto 10px;
}

.archive-group {
    margin: 0px auto 30px;
    text-align: center;
}

.archive-group li, .archive-group li.post_tag ul li, .archive-group li.categories ul li {
    display: inline-block;
    margin: 5px;
}

.archive-group li.post_tag, .archive-group li.categories {
    display: block;
}

.archive-group li.post_tag ul, .archive-group li.categories ul {
    display: inline-block;
    margin: 0px;
}

.archive-group li.categories ul.children, .archive-group li.post_tag ul.children {
    margin-left: 20px;
}

.archive-group a {
    color: #00abce;
}

.archive-group a:hover {
    color: #fd2b81;
}

/*--------------------------------------------------------------
# RECIPE INDEX
--------------------------------------------------------------*/
/*Filter Features*/
.recipe-content {
    display: table; table-layout: fixed;
    width: 95%;
    margin: 0px auto;
    text-align:center;
}

.recipe-content .cl {
    width: 25%;
    vertical-align: top;
    padding-right: 20px;
}

.recipe-content .cr {
    width: 75%;
    vertical-align: top;
    text-align: left;
}
.recipe-no-results {
    text-align: center;
    margin: 30px auto 0px;
    max-width: 300px;
    font-size: 32px;
}
/*Filter Menu*/
.filter-title.cursive {
    font-size: 18px;
    margin: 0px auto 10px;
}

.recipe-content li {
    display: block;
}

.accordion-content li label {
    margin: 0px;
    line-height: 2;
}

#filter-group {
    margin: 0px 0px 15px;
}

#filter-group input[type="checkbox"] {
    margin: 0px 10px 0px 0px;
}

.accordion-button {
    display: block;
    text-align: left;
    cursor: pointer;
}

.accordion-button:after {
    content: '\f13a';
    font-family: "Font Awesome 5 Free";
    padding-left: 5px;
    color: #fd2b81;
}

.accordion-content {
    margin-top: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

.accordion-selected span {
    display: block;
    background: #ffc00d;
    color: #FFFFFF;
    padding: 10px;
    margin: 5px auto;
    cursor: pointer;
}

.recipe-content .searchform input {
    border: 2px solid #BDEDF3;
}

.recipe-content .searchform input:-moz-placeholder {
    font-size: 12px;
    text-align: center;
    color: #00abce;
    font-family: 'sweetsans', Arial, sans-serif;
    font-weight: 700;

}

.recipe-content .searchform input::-moz-placeholder {
    font-size: 12px;
    text-align: center;
    color: #00abce;
    font-family: 'sweetsans', Arial, sans-serif;
    font-weight: 700;
}

.recipe-content .searchform input:-ms-input-placeholder {
    font-size: 12px;
    text-align: center;
    color: #00abce;
    font-family: 'sweetsans', Arial, sans-serif;
    font-weight: 700;
}

.recipe-content .searchform input::-webkit-input-placeholder {
    font-size: 12px;
    text-align: center;
    color: #00abce;
    font-family: 'sweetsans', Arial, sans-serif;
    font-weight: 700;
}
.recipe-reset {
    padding: 0px!important;
    background: transparent!important;
    color: #ffc00d!important;
    border-bottom: 2px solid #ffc00d!important;
    display: block;
    margin: 0px 0px 30px;
}
/*--------------------------------------------------------------
# SECTION
--------------------------------------------------------------*/
.page-section {
    max-width: 1200px;
    width: 95%;
    margin: 0px auto;
}

.page-content-section {
    margin: 15px auto;
}

.page-content-section .cr {
    padding-left: 30px;
    text-align: left;
}

#page-content-section {
    padding: 15px 0px;
}

/*Sections*/
.sections {
    margin: 30px auto 60px;
}

.section-row {
    padding: 0px 0px 60px;
    max-width: 1200px;
    width: 95%;
    margin: 0px auto;
}
.section-row .accent {
    margin: 60px auto 0px;
}
.section-row:last-child .accent {
    display: none;
}
.section-row .section-title {
    text-align: center;
    color: #ffc00d;
    margin: 0px auto 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
}

.section-row.odd .section-title {
    color: #fd2b81;
}

.section-content {
    max-width: 900px;
    width: 95%;
    margin: 0px auto 15px;
}

/*Columns*/
.wpcf7 {
    margin-top: 20px!important;
}


.wpcf7 input[type="submit"] {
    display: block;
    width: 100%;
}
.wpcf7 input[type="text"], .wpcf7 textarea, .wpcf7 input[type="email"] {
    background: #FBEFBC;
    border: 0px;
}
.image-column {
    display: table;
    table-layout: fixed;
    width: 100%;
}
#page-content-section .cl {
    width: 30%;
}
#page-content-section .cr {
    text-align: left;
    padding-left: 30px;
    width: 70%;
}
.image-column .cl {
    width: 70%;
}
.image-column .cr {
    text-align: left;
    padding-left: 30px;
    width: 30%;
}
/*Posts*/
.section-posts {
    text-align: center;
}

/*Press*/
.section-press {
    text-align: center;
}
.press-section {
    text-align: center;
}

.section-press img {
    max-width: 150px;
    margin: 10px;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}

/*list*/
.section-list {
    margin: 30px auto 0px;
    max-width: 900px;
}

.section-list li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    text-align: center;
}

.big-span {
    font-family: 'leaguespartan', Arial, sans-serif;
}

.section-list a {
    color: #282828;
}

.section-list a:hover {
    color: #fd2b81;
}

/*--------------------------------------------------------------
# SHOP
--------------------------------------------------------------*/

/*Shop The Post*/
.post-shop h5 {
	margin: 0px auto 15px;
}
/*Products*/
.shop-content {
    text-align: center;
}

.product {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    padding: 10px;
    margin: 0px 1% 30px;
}

.product img {
    height: 125px;
    width: auto;
    margin: 0px auto 10px;
}
.product .grid-info {
    min-height: 80px;
    padding: 5px;
    height: inherit;
    vertical-align: middle;
}

.product .grid-info h5 {
    margin: 0px auto;
    font-size: 13px;
}
.post-shop .product .small-caps {
	margin: 5px auto 0px;
}
/*Shop Listing*/
.shop-product {
    display: inline-block;
    width: 22%;
    margin:0px 1% 40px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    vertical-align: top;
    padding: 10px;

}
#shop-product {
    display: block;
    width: 100%;
}
#shop-product .featured-image img {
    height: 150px;
    width: auto;
}
.shop-product .featured-image {
    text-align: center;
}
.shop-info {
    text-align:center;
}
.shop-info .small-serif {
    text-transform: lowercase;
    font-size: 14px;
    margin: 10px auto;
}
.shop-info h3 {
    font-size: 18px;
    margin: 0px auto 10px;
    line-height: 1.25;
    text-transform: uppercase;
}
.shop-info .small-caps {
    margin: 10px 0px 0px;
}
/*Shop Archive*/
.shop-section {
	margin: 0px auto 40px;
	text-align: center;
	
}
.shop-section .accent {
	margin: 40px auto 0px;
}
.shop-section h2 {
    text-align: center;
    margin: 0px auto 20px;
    font-size: 28px;
}
.product-notes-link {
    display: block;
    text-align: center;
    margin: 5px auto;
}
.product-description {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -ms-transition: all 0ms ease;
    -webkit-transition: all 0ms ease;
    transition: all 0ms ease;
    margin: 0px auto;
    display: none;
    text-align: justify;
    font-size: 14px;

}

.product-description.visible {
    height: auto;
    opacity: 1;
    visibility: visible;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.hero-posts {
    text-align: center;
}

/*Blog Boxes*/
.boxes {
    text-align: center;
    margin: 30px auto;
}

.boxes li {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    border: 2px solid #fd2b81;
    padding: 15px;
    width: 19%;
}

.boxes li:hover {
    background: #fd2b81;
}

.boxes li:last-child {
    margin: 0px;
}

.boxes li:nth-child(2), .archive-menu li:nth-child(2) {
    border: 2px solid #6ed8e5;
}

.boxes li:nth-child(2) a, .archive-menu li:nth-child(2) a {
    color: #6ed8e5;
}

.boxes li:nth-child(2):hover, .archive-menu li:nth-child(2):hover {
    background: #6ed8e5;
}

.boxes li:hover a, .archive-menu li:hover a {
    color: #FFFFFF !important;
}

.boxes li:nth-child(3), .archive-menu li:nth-child(3) {
    border: 2px solid #ffc00d;
}

.boxes li:nth-child(3) a, .archive-menu li:nth-child(3) a {
    color: #ffc00d;
}

.boxes li:nth-child(3):hover, .archive-menu li:nth-child(3):hover  {
    background: #ffc00d;
}

.boxes li:nth-child(4), .archive-menu li:nth-child(4) {
    border: 2px solid #FABAB5;
}

.boxes li:nth-child(4) a, .archive-menu li:nth-child(4) a {
    color: #FABAB5;
}

.boxes li:nth-child(4):hover, .archive-menu li:nth-child(4):hover {
    background: #FABAB5;
}

.boxes li:nth-child(5), .archive-menu li:nth-child(5) {
    border: 2px solid #00abce;
}

.boxes li:nth-child(5) a, .archive-menu li:nth-child(5) a {
    color: #00abce;
}

.boxes li:nth-child(5):hover, .archive-menu li:nth-child(5):hover {
    background: #00abce;
}

/*Blog Headline*/
.blog-header {
    padding: 30px 0px 0px;
}

.blog-header .cursive {
    background: #FFFFFF;
    width: 300px;
    padding: 10px;
    margin: -40px 0px 10px;
}
.blog-content {
    text-align: center;
}
/*Blog Sections*/
.blog-section {
    margin: 0px auto 60px;

}

.blog-section-title .cursive {
    max-width: 50%;
    padding: 10px;
    margin: -40px auto 10px;
    background: #FFFFFF;
    text-align: center;

}
.blog-section-posts {
	text-align: center;
}
.blog-section .continue-reading {
    padding: 20px 0px 0px;
    display: block;
}

/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media screen and  (max-width: 1024px) {
    .mobile-menu {
        display: none;
    }

    #content {
        width: 95%;
    }

    .page-template-page-section #content {
        width: 100%;
    }

    /*Post Forms*/
    .grid-info, .video-info {
        height: 120px;
    }

    .blog-section-posts .list-info h3 {
        font-size: 21px;
    }

    .list-info .excerpt {
        margin: 0px 0px 10px;
        font-size: 14px;
    }

    .list-info .post-details li {
        display: block;
        margin: 5px 0px 0px;
        text-align: center;
    }

    /*Subscribe*/
    .blog-subscribe h4, .blog-subscribe .subscribe-form {
        display: block;
        width: 100%;
        margin: 5px auto;
        text-align: center;
    }
    .main-navigation li a {
      padding: 15px 10px;
  }
  .main-navigation.fixed-menu li a {
    padding: 15px 2px;
}
.single #primary, #primary.sidebar {
  width: 63%;
}

.full .post-details .cl, .full .post-details .cr {
    display: block;
    margin: 5px auto;
    text-align: center;
    width: 100%;
}
.full .entry-title {
    text-align: center;
}
#breadcrumbs, #breadcrumbs a {
    text-align: center;
}
.fixed-menu .social-menu {
    display: none;
}
.post-subscribe .mc-field-group {
    display: block;
    margin: 10px auto;
    text-align: center;
    float: none;
    text-align: center;
    padding-right: 0px;
}
.post-subscribe .clear {
    float: none;
}
.post-subscribe input[type="text"], .post-subscribe input[type="email"] {
    max-width: 190px;
    margin: 0px 5px;
}
.archive-menu li {
    width: 28%;
    margin: 0px 2% 10px!important;
}
}
@media screen and (max-width: 900px) {
    .single #primary, #primary.sidebar, #secondary, #primary {
        float: none;
        width: 100%;
        padding: 0px 5px;
        margin: 0px auto 30px;
    }
}
@media screen and (min-width: 1025px) {
    .mobile-menu {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .site-branding, .fixed-menu, .desktop {
        display: none;
    }

    #content {
        padding-top: 95px;
    }

    #secondary, #primary, #primary.sidebar, .single #primary {
        float: none;
        width: 100%;
        padding: 0px 5px;
        margin: 0px auto;
    }


    #secondary, #primary, #primary.sidebar, .single #primary {
        margin: 30px auto;
        border-left: 0px;
        padding: 0px;
    }

    .mobile-menu {
        display: block;
            z-index: 999999;
    }
    /*Blog*/
    .boxes li, .archive-menu li {
        display: block;
        margin: 5px auto!important;
        width: 100%;
    }
    .blog-header .cursive {
        margin: -40px auto 10px;
        text-align: center;
    }
    /*Post Formats*/
    .grid, .archive-sections .grid, .hero-posts .grid, .blog-section-posts .grid, .section-posts .grid, .footer-posts .thumb, .footer-posts .thumb:nth-child(4n+0), .no-sidebar .grid, .no-sidebar .grid:nth-child(4n+0) {
        width: 48%;
        margin: 0px 1% 20px;
    }
    .archive-sections .grid:nth-child(4n+0), .hero-posts .grid:nth-child(4n+0), .blog-section-posts .grid:nth-child(4n+0), .section-posts .grid:nth-child(4n+0), .archive-sections .video:nth-child(3n+0) {
        margin: 0px 1% 20px;
} 
    .footer-posts .thumb:nth-child(5), .footer-posts .thumb:nth-child(6)  {
        margin-bottom: 0px;
    }

    .grid:nth-child(2n+0), .no-sidebar .grid:nth-child(2n+0) {
        margin: 0px 1% 20px;
    }

    .grid-info {
        min-height: 180px;
    }
    .video-info {
        min-height: inherit;
    }

    .grid-info h5 {
        font-size: 18px;
    }
    .post-details li {
        display: block;
        margin: 5px auto;
        padding: 0px;
        text-align: center;
        max-width: 100%
    }
    .post-details li a {
    display: block;
    padding: 10px;
    background: #fd2b81;
    color: #FFFFFF;
    max-width: 100%;
    margin: 0px auto;
}
.post-details .post-comments .fas {
    display: none;
}
    .post-details li:first-child {
        margin-right: 0px;
    }
    .list, .blog-section .list, .video, .archive-sections .video, .archive-sections .video:nth-child(3n+0), .blog-section .list:nth-child(2n+0) {
        width: 90%;
        display: block;
        margin: 0px auto 30px;
        max-width: 300px;
    }
    .list-image, .list-info {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0px;;
    }
    .list-info {
      margin: 5px auto;
  }
  .mc-selection {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 10px auto;
}
.mc-field-group {
    max-width: 100%;
}
.post-subscribe input[type="text"], .post-subscribe input[type="email"] {
    max-width: 100%;
    display: block;
    margin: 5px auto;
    min-width: 300px;
}
.site-info .small-caps.blue {
    font-size: 7px;
}
.archive-section-title .cl, .archive-section-title .cr {
    width: 100%;
    display: block;
    text-align: center;
    margin: 5px auto;
}
.social-cta .cl, .social-cta .cr {
    display: block;
    margin: 5px auto;
    text-align: center;
    width: 100%;
    padding: 0px;
}
#entry-footer .cl, #entry-footer .cr {
    width: 100%;
    display: block;
    text-align: center;
}
.cc-comment-filters a {
    font-size: 10px;
}
.comment-content p, .comment-content .attachmentFile {
    display: block;
    float: none;
    width: inherit;
    padding: 0px;
    margin: 0px auto 5px;
}
.comment-content .attachmentFile {
    padding: 10px;
    max-width: 200px;
}
/*Recipe Box*/
.recipe-content .cl, .recipe-content .cr {
    display: block;
    width: 100%;
    padding: 0px;
}
.recipe-content .cl {
    margin-bottom: 30px;
}
#filter-group {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.page-content-section .cl, .page-content-section .cr {
    width: 100%;
    display: block;
    padding: 0px;
}
.section-list li {
    display: block;
    width: 100%;
    margin: 10px auto;
}
.section-column-content {
    column-count: 1;
    -ms-column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-gap: 0px;
    -ms-column-gap: 0px;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
}
.footer-subscribe input[type="text"], .footer-subscribe input[type="email"] {
    margin: 5px auto;
}
.shop-product, .shop-product:nth-child(2n+1) {
    display: block;
    width: 90%;
    margin: 0px auto 40px;
}
#shop-product .featured-image img {
    height: 100px;
}
.product, .post-shop .product {
  width: 44%;
  margin: 0px 1% 30px;
}
.image-column .cl, .image-column .cr, #page-content-section .cl, #page-content-section .cr {
    display: block;
    width: 100%;
    margin: 10px auto;
    padding-left: 0px;
}
span.wprm-rating-stars {
    display: block;
    margin: 5px auto 10px;
}
.blog-section-title .cursive {
    max-width: 80%;
}
ul.footer-menu li {
    display: inline-block;
    width: 42%;
    margin: 10px;
}
.footer-disclosure {
    font-size: 14px;
    max-width: 90%;
    margin: 30px auto 0px;
    line-height: 1.25;
}
.wprm-container-float-right {
    background: #fff;
    padding-left: 0px!important;
    float: none!important;
    margin: 0px auto 10px!important;
}

}
