﻿@charset "UTF-8";
#skip-to-main, article, aside, details, figcaption, figure, footer, header, hgroup, img, main, nav, section, summary {
    display: block
}

.no-touch button, select {
    cursor: pointer
}

.nowrap, nav .sub-nav a {
    white-space: nowrap
}

#search input[type=text]:focus, .toggle-content button:focus, .toggle-image:focus {
    outline: 0
}

#header-container header h1 a, #recipe-detail aside a, #recipes #filters .checklist a, #site-map ul li a, #sub-nav ul li a, .back, .grid-list li > a, .pagination a, .print a, .recommend a, main .button, main button, nav > ul > li a {
    text-decoration: none
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, .woff, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: Lora;
    src: url(/wp-content/themes/marthawhite/fonts/lora-regular.eot);
    src: url(/wp-content/themes/marthawhite/fonts/lora-regulard41d.eot) format('embedded-opentype'), url(/wp-content/themes/marthawhite/fonts/lora-regular.woff) format('woff'), url(/wp-content/themes/marthawhite/fonts/lora-regular.ttf) format('truetype'), url(/wp-content/themes/marthawhite/fonts/lora-regular.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lora;
    src: url(/wp-content/themes/marthawhite/fonts/lora-bold.eot);
    src: url(/wp-content/themes/marthawhite/fonts/lora-boldd41d.eot) format('embedded-opentype'), url(/wp-content/themes/marthawhite/fonts/lora-bold.woff) format('woff'), url(/wp-content/themes/marthawhite/fonts/lora-bold.ttf) format('truetype'), url(/wp-content/themes/marthawhite/fonts/lora-bold.svg) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Lora;
    src: url(/wp-content/themes/marthawhite/fonts/lora-italic.eot);
    src: url(/wp-content/themes/marthawhite/fonts/lora-italicd41d.eot) format('embedded-opentype'), url(/wp-content/themes/marthawhite/fonts/lora-italic.woff) format('woff'), url(/wp-content/themes/marthawhite/fonts/lora-italic.ttf) format('truetype'), url(/wp-content/themes/marthawhite/fonts/lora-italic.svg) format('svg');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Lora;
    src: url(/wp-content/themes/marthawhite/fonts/lora-bold-italic.eot);
    src: url(/wp-content/themes/marthawhite/fonts/lora-bold-italicd41d.eot) format('embedded-opentype'), url(/wp-content/themes/marthawhite/fonts/lora-bold-italic.woff) format('woff'), url(/wp-content/themes/marthawhite/fonts/lora-bold-italic.ttf) format('truetype'), url(/wp-content/themes/marthawhite/fonts/lora-bold-italic.svg) format('svg');
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Satisfy;
    src: url(/wp-content/themes/marthawhite/fonts/satisfy-regular.eot);
    src: url(/wp-content/themes/marthawhite/fonts/satisfy-regulard41d.eot) format('embedded-opentype'), url(/wp-content/themes/marthawhite/fonts/satisfy-regular.woff) format('woff'), url(/wp-content/themes/marthawhite/fonts/satisfy-regular.ttf) format('truetype'), url(/wp-content/themes/marthawhite/fonts/satisfy-regular.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FontAwesome;
    src: url(/wp-content/themes/marthawhite/fonts/font-awesome.eot);
    src: url(/wp-content/themes/marthawhite/fonts/font-awesomed41d.eot) format('embedded-opentype'),
    url(/wp-content/themes/marthawhite/fonts/font-awesome.woff) format('woff'),
    url(/wp-content/themes/marthawhite/fonts/font-awesome.ttf) format('truetype'),
    url(/wp-content/themes/marthawhite/fonts/font-awesome.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=icon] {
    font: 1em/1em FontAwesome
}

span[class^=icon] {
    display: inline-block
}

.icon-angle-left:before {
    content: '\f104'
}

.icon-angle-right:before {
    content: '\f105'
}

.icon-reorder:before {
    content: '\f0c9'
}

.icon-search-flipped:before {
    content: '\f002'
}

.icon-plus:before {
    content: '\f067'
}

.icon-caret-right:before {
    content: '\f0da'
}

.icon-caret-left:before {
    content: '\f0d9'
}

.icon-backward:before {
    content: '\f04a'
}

.icon-forward:before {
    content: '\f04e'
}

html {
    height: 100%;
    font-size: 100%;
    background-color: #54504b;
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased
}

b, strong {
    font-weight: 700
}

em, i {
    font-style: italic
}

u {
    text-decoration: underline
}

q {
    quotes: "“" "”" "‘" "’"
}

q:before {
    content: open-quote
}

q:after {
    content: close-quote
}

.clear {
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

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

#skip-to-main {
    position: absolute
}

.back-to-top a, .social > * {
    display: inline-block
}

.scale {
    width: auto;
    max-width: 100%;
    height: auto
}

.print-logo, .print-recipe-summary, .print-summary-image {
    display: none;
}

.scallops {
    position: absolute;
    width: 100%;
    height: 8px
}

.back-to-top {
    margin: 32px 0 0;
    text-align: right
}

.social > * {
    margin: 0 0 0 12px
}

.social > :first-child {
    margin: 0
}

.no-touch.opacity .social > :hover {
    opacity: .8
}

.no-touch.opacity .social .icon-search.open:hover, .no-touch.opacity .social .open:hover {
    opacity: 1
}

.social button {
    border: none;
    padding: 0;
    background: 0 0
}

.social > * > span[class^=icon] {
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat
}

.svg .social > * > span[class^=icon] {
    background-size: contain
}

.visible-desktop {
    display: none;
}

@media screen and (min-width: 641px) {
    .visible-desktop {
        display: block;
    }

    .visible-mobile {
        display: none;
    }
}

/*
.svg .social .icon-facebook {
    background-image: url(/wp-content/themes/marthawhite/images/svg/icon-facebook.svg)
}
.no-svg .social .icon-facebook {
    background-image: url(../no-svg/icon-facebook.png)
}
*/

.icon-facebook {
    /*background: url(../no-svg/icon-facebook-large.png) bottom no-repeat;
    background: url(/wp-content/themes/marthawhite/images/svg/icon-facebook.svg) rgba(0,0,0,0);
    */
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    width: 60px;
    height: 60px;
    float: right;
    background-size: cover
}

.icon-pinterest {
    background-image: url(/marthawhite/static/svg/icon-pinterest.svg)
}

.no-svg .social .icon-pinterest {
    background-image: url(/wp-content/themes/marthawhite/images/no-svg/icon-pinterest.png)
}

.svg .social .icon-search {
    background-image: url(/wp-content/themes/marthawhite/images/svg/icon-search.svg)
}

.no-svg .social .icon-search {
    background-image: url(/wp-content/themes/marthawhite/images/no-svg/icon-search.png)
}

.no-touch.ie8.no-opacity .social .icon-search.open:hover {
    filter: alpha(opacity=100)
}

.ko-container {
    display: none
}

.ko-container.ko-initialized {
    display: block
}

.media-left {
    float: left;
    padding-top: 1em;
    width: 60%;
}

.media-right {
    float: left;
    padding-top: 1em;
    width: 30%;
}

#cooking-terms .col6:nth-child(1) .toggle-container section, #cooking-tips .col6:nth-child(1) .toggle-container section {
    margin: 0 4px 8px 0
}

#cooking-terms .col6:nth-last-child(2) .toggle-container section, #cooking-tips .col6:nth-child(2) .toggle-container section {
    margin: 0 0px 8px 4px;
}

@media screen and (max-width: 640px) {
    .back-to-top {
        margin: 18px 0 0
    }
}

#body-container {
    position: relative;
    overflow: hidden
}

#body-container.fixed, .menu-open #page-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px
}

#page-container {
    position: relative
}

#main-container {
    background-image: url(/wp-content/themes/marthawhite/images/main-background.png)
}

main {
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 8px 0 grey
}

.content-container, .promo-container-cornbread {
    padding: 32px 0 0;
    background: url(/wp-content/themes/marthawhite/images/scallops-bottom.png) center 0 repeat-x #e1ddd8
}

.previous-winners {
    background: #eee9e4;
    border-top: 3px solid #dad5da;
    margin-top: 30px;
    margin-bottom: -27px
}

.back {
    display: inline-block;
    font: 700 .875em/1em Lora, serif;
    text-transform: capitalize;
    color: #3e3b37
}

.content {
    margin: 0 48px;
    border: 1px solid #c9c8c6;
    padding: 48px 32px;
    color: #3e3b37;
    background-color: #eee9e4
}

.content h2, .content h3 {
    font: 2.5625em/1em Satisfy, serif
}

.content ol li, .content p, .content ul li {
    font: .8125em/1.5em Lora, serif
}

.content p {
    margin: 1em 0 0
}

.content p:first-child {
    margin: 0
}

.content ol, .content ul {
    margin: 12px 0 0;
    padding: 0 0 0 1em
}

.content ul {
    list-style-type: disc
}

.content ol {
    list-style-type: decimal
}

.content ol li, .content ul li {
    margin: 12px 0 0
}

.content ol li:first-child, .content ul li:first-child {
    margin: 0
}

.content ul ul li {
    font: 1.0625em/1.5em Lora, serif
}

.ie8 main {
    width: 1000px;
    margin: 0 auto
}

main a {
    color: #436a95
}

.no-touch main a:hover {
    color: #b72a2a
}

main .button, main button {
    display: inline-block;
    margin: 1.25em 0 0;
    border: none;
    padding: 12px 16px;
    font: 0.8125em/1em Lora, serif;
    text-align: center;
    color: #fff;
    background-color: #b62a2a
}

main button[disabled] {
    cursor: default;
    opacity: .5
}

.no-touch main .button:hover, .no-touch main button:hover {
    color: #fff;
    background-color: #881616
}

.csstransforms main .button:active, .csstransforms main button:active {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

#main-container .promotion .feature-container .button-container {
    margin: 6px 0 0
}

main .button-container {
    margin: 16px 0 0
}

main .button-container > * {
    display: inline-block;
    margin: 6px 0 0 12px
}

main .button-container > :first-child {
    margin: 0
}

@media screen and (max-width: 1000px) {
    #page-container {
        -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .2, 1);
        transition: transform 250ms cubic-bezier(0, 0, .2, 1)
    }

    .menu-open #page-container {
        -webkit-transform: translateX(-80%);
        -ms-transform: translateX(-80%);
        transform: translateX(-80%)
    }

    .content {
        margin: 0 24px;
        padding: 32px
    }

    .content h2, .content h3 {
        font: 2.0625em/1em Satisfy, serif
    }


}

@media screen and (max-width: 640px) {
    #body-container {
        min-width: 320px
    }

    .button, button {
        display: block;
        font-size: .9375em
    }

    .content {
        margin: 0 8px;
        padding: 24px 16px
    }

    .content h2, .content h3 {
        font: 1.75em/1em Satisfy, serif
    }
}

.form-container {
    margin: 2em 0 0
}

.field-validation-error {
    color: #C21010
}

.validation-summary-errors {
    width: 50%;
    margin: 2em 0 0;
    padding: 24px 0;
    background-color: #f6f2ee
}

.validation-summary-errors ul {
    margin: 0 16px;
    padding: 0;
    list-style-type: none
}

.validation-summary-errors ul li {
    font: .75em/1em Lora, serif;
    color: #b82a2a
}

input[type=text].input-validation-error, select.input-validation-error, textarea.input-validation-error {
    border: 1px solid #b82a2a
}

p.required + .form {
    margin: 1em 0 0
}

.required > label:before, p.required:before {
    content: '* ';
    color: #b62a2a
}

.fieldset-container {
    margin: 16px 0 0;
    overflow: hidden
}

fieldset {
    margin: 16px 0 0
}

.fieldset-container fieldset {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin: 0
}

.fieldset-container fieldset:first-child {
    padding: 0 4px 0 0
}

.fieldset-container fieldset:first-child + fieldset {
    padding: 0 0 0 4px
}

label {
    display: block;
    font: 700 .8125em/1em Lora, serif;
    color: #3e3b37
}

.required label {
    padding: 0 0 0 10px;
    text-indent: -10px
}

.input-container, .select-container, .textarea-container {
    margin: 8px 0 0
}

input[type=text], select, textarea {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #c9c8c6;
    color: #54504b;
    background: #fff
}

input[type=text], textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    font: 1.125em/1em Lora, serif;
    box-shadow: none
}

.appearance input[type=text], .appearance textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.no-touch input[type=text]:hover, .no-touch select:hover, .no-touch textarea:hover {
    border: 1px solid #acacac
}

input[type=text]:focus, input[type=text]:focus:hover, select:focus, select:focus:hover, textarea:focus, textarea:focus:hover {
    outline: 0;
    border: 1px solid #9cb6d4
}

textarea {
    height: 128px;
    padding: 12px
}

input[type=text] {
    padding: 9px 0 9px 12px
}

select {
    height: 42px;
    border-radius: 0;
    font: 1.125em Lora, serif
}

#recipes .tip, .appearance select[disabled]:hover, .no-appearance select[disabled]:hover {
    border: 1px solid #c9c8c6
}

.appearance select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 40px 8px 8px;
    text-indent: .01px;
    text-overflow: '';
    background: url(/wp-content/themes/marthawhite/images/svg/icon-select-caret-down.svg) right center no-repeat #fff
}

.appearance select[disabled], .no-appearance select[disabled] {
    opacity: .5;
    cursor: default
}

.share-bar .share-facebook:hover, .toggle {
    cursor: pointer
}

.appearance select[disabled] {
    opacity: .5
}

.no-appearance select {
    padding: 8px
}

.checklist, .checklist label, .radio-container, .radio-container label {
    margin: 8px 0 0
}

.checklist label, .radio-container label {
    padding: 0 0 0 17px;
    text-indent: -17px
}

.radio-container label {
    font-weight: 400
}

.checklist label:first-child, .radio-container label:first-child {
    margin: 0
}

.checklist input[type=checkbox], .radio-container input[type=radio] {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0;
    width: 12px;
    height: 12px;
    vertical-align: bottom
}

#comments, #date-of-birth {
    float: none;
    width: auto;
    padding: 0
}

#date-of-birth {
    overflow: visible
}

#date-of-birth .select-container {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#date-of-birth .month {
    padding: 0 4px 0 0
}

#date-of-birth .year {
    padding: 0 0 0 4px
}

.no-appearance #date-of-birth .month {
    width: 154px
}

.no-appearance #date-of-birth .year {
    width: 108px
}

@media screen and (max-width: 1000px) {
    select {
        font: 1em Lora, serif
    }
}

@media screen and (max-width: 640px) {
    .fieldset-container fieldset {
        float: none;
        width: auto
    }

    .fieldset-container fieldset:first-child, .fieldset-container fieldset:first-child + fieldset {
        padding: 0
    }

    .fieldset-container fieldset:first-child + fieldset {
        margin: 16px 0 0
    }

    #date-of-birth .select-container {
        width: 50%
    }
}

.share-bar-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    text-align: right;
    color: #fff
}

.gray .share-bar-container {
    background-color: #7b8494
}

.blue .share-bar-container {
    background-color: #354464
}

.green .share-bar-container {
    background-color: #325962
}

.red .share-bar-container {
    background-color: #622327
}

.no-touch main .share-bar button:hover, .share-bar .share-facebook {
    background-color: transparent
}

.share-bar {
    position: relative;
    height: 20px;
    margin: 0 8px
}

main .share-bar button {
    display: block;
    margin: 0;
    padding: 0
}

.share-bar .share-pinterest {
    width: 40px;
    height: 20px
}

.share-bar .share-facebook:before {
    content: "Share on ";
    position: relative;
    left: -45px
}

.share-bar .share-facebook {
    overflow: visible;
    position: absolute;
    top: -2px;
    right: 0;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat
}

#bottom, #footer-nav, #marthas-tips .callout-container, .content .grid-list, .feature-container, .header-default, .header-title, .product-info-container, .toggle, .toggle-container {
    overflow: hidden
}

#cornbread-past-winners-tip .tip-image img, .southern-saying-tip .tip-image img {
    width: 100%
}

.opacity .share-bar .share-facebook:hover {
    opacity: .8
}

.svg .share-bar .share-facebook {
    background-size: contain;
    background-image: url(/wp-content/themes/marthawhite/images/svg/icon-facebook.svg)
}

.no-svg .share-bar .share-facebook {
    background-image: url(../no-svg/icon-facebook.png)
}

#recipes .tip {
    margin: 0 4px;
    padding: 40px 32px 76px
}

#product-detail .tip {
    padding: 32px 32px 72px
}

#cornbread-past-winners-tip .tip-info, #pinterest-tip .tip-info, div.home-bottom-callout-tip .tip-info {
    padding: 16px
}

.tip {
    position: relative;
    text-align: center;
    color: #fff
}

.grid-list li > a, .no-touch .grid-list li > a:hover, .toggle h4 {
    color: #3e3b37
}

.gray {
    background-color: #a1acbf
}

.blue {
    background-color: #43557d
}

.green {
    background-color: #41737f
}

.red {
    background-color: #99383e
}

.peach {
    background-color: #ce805c
}

.tip img {
    margin: 0 auto
}

.tip h4 {
    margin: .5em 0 0;
    font: 1.75em/1em Satisfy, sans-serif
}

.tip p {
    margin: 1em 0 0;
    font: .9375em/1.57142857em Lora, sans-serif
}

div[id$='-tip'] {
    height: 100%;
    margin: 0 4px;
    border: 1px solid #c9c8c6
}

.tip-image {
    background-position: bottom center;
    background-repeat: no-repeat
}

.backgroundsize .tip-image {
    background-size: cover
}

div[id$='-tip'] .tip-info h3 {
    font: 1.8125em/1em Satisfy, sans-serif
}

.tip-info .button-container > * {
    font-size: .8125em
}

#pinterest-tip {
    background-color: #f6f2ee
}

#pinterest-tip .tip-image {
    height: 182px;
    background-image: url(/wp-content/themes/marthawhite/images/recipepage_video_callout.jpg)
}

#tip-image-1 {
    height: 182px;
    background-image: url(/wp-content/themes/marthawhite/images/tip-image-1.jpg)
}

#tip-image-2 {
    height: 182px;
    background-image: url(/wp-content/themes/marthawhite/images/tip-image-2.jpg)
}

#tip-image-3 {
    height: 182px;
    background-image: url(/wp-content/themes/marthawhite/images/tip-image-3.jpg)
}

#tip-image-4 {
    height: 182px;
    background-image: url(/wp-content/themes/marthawhite/images/tip-image-4.jpg)
}

@media (min-width: 320px) and (max-width: 640px) {
    #pinterest-tip .tip-image {
        background-image: url(/wp-content/themes/marthawhite/images/recipepage_video_callout.jpg);
        background-color: #436a95;
        box-shadow: inset 0 0 64px 0 #254570;
        background-size: cover;
        background-position: 0
    }
}

div.home-bottom-callout-tip {
    background-color: #f6f2ee
}

div.home-bottom-callout-tip .tip-image {
    height: 182px;
    background-image: url(/wp-content/themes/marthawhite/images/cornbread-cook-off-callout-winner.jpg);
    position: relative
}

div.home-bottom-callout-tip .tip-image img {
    left: 0;
    bottom: 0;
    position: absolute
}

#cornbread-past-winners-tip, .southern-saying-tip {
    position: relative;
    background-position: center 0;
    background-image: url(/wp-content/themes/marthawhite/images/grain.png);
    background-repeat: repeat
}

#cornbread-past-winners-tip {
    box-shadow: inset 0 0 64px 0 #254570;
    background-color: #a1acbf
}

#cornbread-past-winners-tip .tip-image {
    height: 342px
}

.southern-saying-tip.red {
    box-shadow: inset 0 0 64px 0 #81282c
}

.southern-saying-tip.blue {
    box-shadow: inset 0 0 64px 0 #254570
}

.southern-saying-tip.green {
    box-shadow: inset 0 0 64px 0 #244c58
}

.southern-saying-tip.gray {
    box-shadow: inset 0 0 64px 0 #010F34
}

.southern-saying-tip.peach {
    box-shadow: inset 0 0 64px 0 #81282c
}

.southern-saying-tip .tip-image:before {
    content: '';
    display: table;
    padding-top: 56.25%;
    position: absolute
}

.southern-saying, .toggle, .toggle-container, .toggle-content header {
    position: relative
}

.southern-saying-tip .share-bar-container {
    background-color: transparent
}

#southern-pantry-tip {
    background-color: #fffff1
}

#southern-pantry-tip .tip-info {
    padding: 16px 8px
}

#southern-pantry-tip .tip-info h3 {
    max-width: 463px
}

#southern-pantry-tip .tip-image {
    height: 152px;
    margin: 8px 0 0;
    border: 4px solid #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
    background-image: url(/wp-content/themes/marthawhite/images/southern-pantry-callout.jpg)
}

@media screen and (max-width: 1000px) {
    #recipes .tip {
        padding: 40px 16px 76px
    }

    #product-detail .tip {
        padding: 16px 16px 56px
    }

    .tip h4 {
        font-size: 1.5em
    }

    .tip p {
        font: .8125em/1.58333333em Lora, sans-serif
    }

    #pinterest-tip .tip-image, #southern-pantry-tip .tip-image {
        height: 144px
    }
}

@media screen and (max-width: 640px) {
    #recipes .tip {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: auto;
        margin: 0;
        padding: 32px 16px 64px
    }

    #product-detail .tip {
        padding: 16px 8px 48px
    }

    .tip h4 {
        font-size: 1.875em
    }

    .tip p {
        font: 1.0625em/1.625em Lora, sans-serif
    }

    div[id$='-tip'] {
        margin: 0
    }

    #pinterest-tip .tip-info {
        padding: 16px
    }

    #southern-pantry-tip .tip-info {
        padding: 16px 8px
    }

    #cornbread-past-winners-tip .tip-image img {
        width: auto;
        height: 100%;
        margin: 0 auto
    }
}

.southern-saying {
    margin: 0 4px;
    height: 100%;
    background-position: center 32px;
    background-repeat: no-repeat
}

.backgroundsize .southern-saying {
    background-size: 184px auto
}

.a-little-slice {
    background-image: url(/wp-content/themes/marthawhite/images/southern-sayings-a-little-slice.png)
}

.butter-my-biscuits {
    background-image: url(/wp-content/themes/marthawhite/images/southern-sayings-butter-my-biscuits.png)
}

.i-like-you-like {
    background-image: url(/wp-content/themes/marthawhite/images/southern-sayings-i-like-you-like.png)
}

.just-like-mama-made {
    background-image: url(/wp-content/themes/marthawhite/images/southern-sayings-just-like-mama-made.png)
}

div.southern-saying-tip.just-like-mama-made {
    background-image: none
}

.lil-miss-muffin {
    background-image: url(/wp-content/themes/marthawhite/images/southern-sayings-lil-miss-muffin.png)
}

.perk-up-buttercup {
    background-image: url(/wp-content/themes/marthawhite/images/southern-sayings-perk-up-buttercup.png)
}

.quick-breads {
    background-image: url(/wp-content/themes/marthawhite/images/southern-sayings-quick-breads.png)
}

.raised-on-cornmeal {
    background-image: url(/wp-content/themes/marthawhite/images/southern-sayings-raised-on-cornmeal.png)
}

.sweet-like-cornbread {
    background-image: url(/wp-content/themes/marthawhite/images/southern-sayings-sweet-like-cornbread.png)
}

.well-hush-my-mouth {
    background-image: url(/wp-content/themes/marthawhite/images/southern-sayings-well-hush-my-mouth.png)
}

@media screen and (max-width: 1000px) {
    .southern-saying {
        background-position: center 16px
    }

    .backgroundsize .southern-saying {
        background-size: 160px auto
    }
}

@media screen and (max-width: 640px) {
    .backgroundsize .southern-saying {
        background-size: 112px auto
    }
}

.toggle-container .column {
    float: left;
    width: 50%
}

.toggle-container .column .toggle {
    margin: 8px 0 0 4px
}

.toggle-container .column .toggle:first-child {
    margin: 0 0 0 4px
}

.toggle-container .column:first-child .toggle {
    margin: 8px 4px 0 0
}

.toggle-container .column:first-child .toggle:first-child {
    margin: 0 4px 0 0
}

.toggle {
    height: 25px;
    border: 1px solid #c9c8c6;
    padding: 32px 24px;
    background: url(/wp-content/themes/marthawhite/images/scallops-bottom.png) repeat-x #eee9e4
}

#marthas-tips .callout-image, .southern-cooking .image, .southern-cooking .figure-image, .southern-cooking .header-image, .toggle-content button {
    background-position: center center;
    background-repeat: no-repeat
}

.backgroundsize .southern-cooking .image, .backgroundsize .callout-image, .backgroundsize .southern-cooking .figure-image, .backgroundsize .southern-cooking .header-image {
    background-size: cover
}

.no-touch #cooking-terms .toggle, .toggle.open {
    cursor: default
}

.csstransitions .toggle {
    -webkit-transition: height 250ms cubic-bezier(0, 0, .2, 1);
    transition: height 250ms cubic-bezier(0, 0, .2, 1)
}

.toggle h4 {
    padding: 0 48px 0 0;
    font: 1.3125em/1.25em Lora, serif
}

.toggle-content button {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 32px;
    margin: -16px 0 0;
    padding: 0;
    border-radius: 50%;
    background-color: #b72a2a
}

.no-touch .toggle-content button:hover, .no-touch .toggle:hover .toggle-content button, .toggle-content button:focus {
    background-color: #881616
}

.svg .toggle-content button {
    background-image: url(/wp-content/themes/marthawhite/images/svg/icon-plus.svg)
}

.svg .open .toggle-content button {
    background-image: url(/wp-content/themes/marthawhite/images/svg/icon-minus.svg)
}

.no-svg .toggle-content button {
    background-image: url(/wp-content/themes/marthawhite/images/no-svg/icon-plus.png)
}

.no-svg .open .toggle-content button {
    background-image: url(/wp-content/themes/marthawhite/images/no-svg/icon-minus.png)
}

.toggle-info {
    margin: 12px 0 0
}

.csstransitions .toggle-info {
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 250ms cubic-bezier(0, 0, .2, 1)
}

.csstransitions .open .toggle-info {
    opacity: 1
}

.no-csstransitions .toggle-info {
    visibility: hidden
}

.no-csstransitions #cooking-terms .toggle-info, .no-csstransitions .open .toggle-info {
    visibility: visible
}

@media screen and (max-width: 1000px) {
    .toggle {
        padding: 24px 16px
    }
}

@media screen and (max-width: 640px) {
    .toggle-container .column {
        float: none;
        width: auto
    }

    .toggle-container .column, .toggle-container .column .toggle, .toggle-container .column:first-child .toggle {
        margin: 8px 0 0
    }

    .toggle-container .column .toggle:first-child, .toggle-container .column:first-child, .toggle-container .column:first-child .toggle:first-child {
        margin: 0
    }

    .toggle h4 {
        font-size: 1em
    }
}

.grid .content {
    margin: 0 44px;
    border: none;
    padding: 0;
    background-color: transparent
}

.grid .back {
    margin: 0 0 0 4px
}

.content .grid-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.content .grid-list li {
    float: left;
    width: 25%;
    margin: 0;
    padding: 4px 0;
    font-size: 1em
}

.grid-list li > a {
    display: block;
    position: relative;
    margin: 0 4px;
    border: 1px solid #c9c8c6;
    background-color: #f6f2ee
}

.csstransitions .content .grid-list li > a {
    -webkit-transition: opacity 125ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 125ms cubic-bezier(0, 0, .2, 1)
}

.csstransforms .content .grid-list li > a:active {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

.no-touch.opacity .content .grid-list:hover li > a {
    opacity: .6
}

.no-touch.opacity .content .grid-list li > a:hover {
    opacity: 1
}

.grid-list h3 {
    font: 700 1.0625em/1.25em Lora, serif
}

@media screen and (max-width: 1000px) {
    .grid .content {
        margin: 0 16px
    }

    .content .grid-list li {
        width: 33.33333333%
    }

    .grid-list h3 {
        font: 700 1em/1.2em Lora, serif
    }
}

@media screen and (max-width: 640px) {
    .grid .content {
        margin: 0 4px
    }

    .content .grid-list li {
        width: 50%
    }
}

#marthas-tips .content {
    margin: 0 44px;
    border: none;
    padding: 0;
    background-color: transparent
}

#marthas-tips .callout {
    float: left;
    width: 33.33333333%
}

#marthas-tips .callout section {
    position: relative;
    height: 466px;
    margin: 0 4px;
    border: 1px solid #c9c8c6;
    background-color: #eee9e4
}

#marthas-tips .callout-image {
    display: block;
    height: 234px;
    margin: 8px 8px 0
}

#southern-basics .callout-image {
    background-image: url(/wp-content/themes/marthawhite/images/marthas-tips-southern-basics.jpg)
}

#helpful-hints .callout-image {
    background-image: url(/wp-content/themes/marthawhite/images/marthas-tips-helpful-hints.jpg)
}

#kitchen-glossary .callout-image {
    background-image: url(/wp-content/themes/marthawhite/images/marthas-tips-kitchen-glossary.jpg)
}

#marthas-tips .callout-info {
    padding: 24px 24px 0
}

#marthas-tips .callout-info h3 {
    font: 1.8125em/1em Satisfy, sans-serif
}

@media screen and (max-width: 1000px) {
    #marthas-tips .content {
        margin: 0 24px
    }

    #marthas-tips .callout {
        float: none;
        width: auto;
        margin: 8px 0 0
    }

    #marthas-tips .callout:first-child {
        margin: 0
    }

    #marthas-tips .callout section {
        height: auto;
        margin: 0
    }

    #marthas-tips .callout-image {
        position: absolute;
        margin: 0;
        width: 256px;
        height: 100%
    }

    #marthas-tips .callout-info {
        padding: 24px 24px 24px 280px
    }
}

@media screen and (max-width: 640px) {
    #marthas-tips .content {
        margin: 0 8px
    }

    #marthas-tips .callout-image {
        position: static;
        width: auto;
        height: 256px
    }

    #marthas-tips .callout-info {
        padding: 16px
    }
}

.southern-cooking .grid-list a {
    height: 292px;
    padding: 24px 0 0
}

.southern-cooking .image {
    height: 210px;
    margin: 0 24px
}

.southern-cooking .grid-list h3 {
    margin: 16px 24px 0;
    text-align: center
}

#biscuits .image {
    background-image: url(/wp-content/themes/marthawhite/images/southern-cooking-biscuits.jpg)
}

#bread .image {
    background-image: url(/wp-content/themes/marthawhite/images/southern-cooking-bread.jpg)
}

#cajun .image {
    background-image: url(/wp-content/themes/marthawhite/images/southern-cooking-cajun.jpg)
}

#chicken .image {
    background-image: url(/wp-content/themes/marthawhite/images/southern-cooking-chicken.jpg)
}

#cobbler .image {
    background-image: url(/wp-content/themes/marthawhite/images/southern-cooking-cobbler.jpg)
}

#corn .image {
    background-image: url(/wp-content/themes/marthawhite/images/southern-cooking-corn.jpg)
}

#dessert .image {
    background-image: url(/wp-content/themes/marthawhite/images/southern-cooking-dessert.jpg)
}

#fruit .image {
    background-image: url(/wp-content/themes/marthawhite/images/southern-cooking-fruit.jpg)
}

#grits .image {
    background-image: url(/wp-content/themes/marthawhite/images/southern-cooking-grits.jpg)
}

@media screen and (max-width: 1000px) {
    .southern-cooking .grid-list a {
        height: 252px;
        padding: 16px 0 0
    }

    .southern-cooking .image {
        height: 182px;
        margin: 0 16px
    }

    .southern-cooking .grid-list h3 {
        margin: 16px 16px 0
    }
}

@media screen and (max-width: 640px) {
    .southern-cooking .grid-list a {
        height: 208px;
        padding: 8px 0 0
    }

    .southern-cooking .image {
        height: 136px;
        margin: 0 8px
    }

    .southern-cooking .grid-list h3 {
        margin: 8px 8px 0
    }
}

#cajun-cooking .header-image {
    background-image: url(/wp-content/themes/marthawhite/images/headers/southern-cooking/cajun-cooking.jpg)
}

#chicken-pot-pie .header-image {
    background-image: url(/wp-content/themes/marthawhite/images/headers/southern-cooking/chicken-pot-pie.jpg)
}

#cooking-with-fruit .header-image {
    background-image: url(/wp-content/themes/marthawhite/images/headers/southern-cooking/cooking-with-fruit.jpg)
}

#cornbread-dressing .header-image {
    background-image: url(/wp-content/themes/marthawhite/images/headers/southern-cooking/cornbread-dressing.jpg)
}

#grits .header-image {
    background-image: url(/wp-content/themes/marthawhite/images/headers/southern-cooking/grits.jpg)
}

#how-to-make-biscuits .header-image {
    background-image: url(/wp-content/themes/marthawhite/images/headers/southern-cooking/how-to-make-biscuits.jpg)
}

#how-to-make-cobbler .header-image {
    background-image: url(/wp-content/themes/marthawhite/images/headers/southern-cooking/how-to-make-cobbler.jpg)
}

#quick-bread .header-image {
    background-image: url(/wp-content/themes/marthawhite/images/headers/southern-cooking/quick-bread.jpg)
}

#southern-desserts .header-image {
    background-image: url(/wp-content/themes/marthawhite/images/headers/southern-cooking/southern-desserts.jpg)
}

.southern-cooking .content-container {
    padding: 48px 0 24px
}

.southern-cooking .content {
    border: none;
    padding: 0;
    background-color: transparent
}

.southern-cooking .header-image {
    position: relative;
    height: 382px
}

#search-container, .arrow-up, nav {
    position: absolute
}

.southern-cooking .header-image h2 {
    position: absolute;
    right: 16px;
    bottom: 16px;
    font: 5em/1em Satisfy, sans-serif;
    text-align: right
}

.rgba .southern-cooking .header-image h2 {
    color: #446a95;
}

.no-rgba .southern-cooking .header-image h2 {
    color: #fff
}

.southern-cooking .column-container {
    margin: 16px 0 0;
    overflow: hidden
}

.southern-cooking .left-column {
    float: left;
    width: 75%
}

.southern-cooking header p {
    margin: 32px 32px 0
}

.southern-cooking section {
    margin: 8px 0 0;
    border: 1px solid #c9c8c6;
    padding: 32px;
    background-color: #eee9e4
}

.southern-cooking header + section {
    margin: 32px 0 0
}

.southern-cooking section h3 {
    font-size: 1.8125em
}

.southern-cooking .right-column {
    float: right;
    width: 25%
}

.southern-cooking aside {
    margin: 0 0 0 8px
}

.southern-cooking aside h4 {
    margin: 0 16px;
    font: 1.8125em/1.4482758em Satisfy, sans-serif
}

.southern-cooking figure {
    margin: 8px 0 0;
    border: 1px solid #c9c8c6;
    padding: 16px 16px 24px;
    background-color: #eee9e4
}

.southern-cooking .figure-image {
    height: 180px
}

.southern-cooking figcaption {
    margin: 1em 0 0;
    font: .8125em/1.5em Lora, serif
}

@media screen and (max-width: 640px) {
    .southern-cooking .header-image {
        height: 210px
    }

    .southern-cooking .header-image h2 {
        font-size: 2.625em
    }

    .southern-cooking header p {
        margin: 16px 17px 0
    }

    .southern-cooking .right-column, .southern-cooking header + section {
        margin: 16px 0 0
    }

    .southern-cooking section {
        padding: 16px
    }

    .southern-cooking .left-column, .southern-cooking .right-column {
        float: none;
        width: auto
    }

    .southern-cooking aside {
        margin: 0
    }

    .southern-cooking .figure-image {
        height: 144px
    }
}

#cooking-terms .content, #cooking-tips .content {
    border: none;
    padding: 0;
    background-color: transparent
}

#cooking-terms .toggle {
    height: auto
}

.csstransitions #cooking-terms .toggle-info {
    opacity: 1;
    -webkit-transition: none;
    transition: none
}

#recipes .loading li, .opacity .toggle-image {
    opacity: .5
}

.products .grid-list li {
    text-align: center;
    height: 309px
}

.products .grid-list a {
    height: 100%
}

#products .grid-list li {
    height: 309px
}

/* #product-category .grid-list li {
    height: 370px
} */

.products .product-image {
    padding: 32px 0 0
}

.products .product-image img {
    margin: 0 auto;
    max-width: 200px;
}

.products .product-title {
    margin: 16px 16px 0
}

.products .grid-list h3 {
    font-size: .875em
}

@media screen and (max-width: 1000px) {
    #products .grid-list li {
        height: 266px
    }

    #product-category .grid-list li {
        height: 302px
    }

    .products .product-image img {
        width: 118px;
        height: auto
    }

    .products .product-title {
        margin: 12px 4px 0
    }
}

@media screen and (max-width: 640px) {
    #products .grid-list li {
        height: 167px
    }

    #product-category .grid-list li {
        height: 215px
    }

    .products .product-image {
        padding: 16px 0 0
    }

    .products .product-image img {
        width: 76px
    }

    .products .product-title {
        margin: 8px 4px 0
    }
}

#faq .content {
    border: none;
    padding: 0;
    background-color: transparent
}

.table-container td, .table-container th, .table-container tr {
    padding: 2px 0
}

#menu-container, #search, nav .open .sub-nav-toggle, nav .sub-nav ul {
    background-color: #fff
}

#faq .toggle-container {
    margin: 24px 0 0
}

.table-container {
    margin: 12px 0 0
}

.table-container table {
    width: 100%;
    table-layout: fixed
}

.table-container th {
    font-weight: 700
}

.table-container th:first-child {
    text-align: left
}

.table-container td + td, .table-container th + th {
    text-align: right
}

#menu-overlay, #menu-toggle {
    display: none
}

#menu-container {
    position: relative;
    z-index: 9999;
    height: 28px
}

#menu {
    position: relative;
    max-width: 1168px;
    margin: 0 auto;
    padding: 0 16px
}

.ie8 #menu {
    width: 968px;
    max-width: none
}

#search-container {
    display: none;
    top: 112px;
    right: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, .5))
}

#search-container.open, nav > ul > li a {
    display: block
}

.arrow-up {
    top: -6px;
    right: 22px;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

#search {
    padding: 8px 16px
}

#search .input-container {
    margin: 0
}

#search input[type=text] {
    border: none;
    padding: 0;
    font: 700 1.0625em/1em Lora, serif;
    text-indent: 0;
    color: #436a95
}

nav {
    right: 180px;
    top: 62px
}

nav > ul > li {
    float: left;
    position: relative
}

nav > ul > li > a {
    border: 1px solid #436a95;
    border-bottom: none;
    padding: 16px;
    color: #fff
}

.no-touch nav > ul > li > a:hover {
    border: 1px solid #fff;
    border-bottom: none;
    color: #436a95;
    background-color: #fff
}

nav > ul > li a {
    font: 700 .875em/1em Lora, serif
}

nav .open, nav .sub-nav-toggle {
    position: relative;
    z-index: 1
}

#menu .social, #sub-nav, nav .sub-nav {
    position: absolute
}

nav .open {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, .5))
}

nav .open .sub-nav-toggle {
    color: #436a95
}

.no-touch nav .open .sub-nav-toggle:hover, nav .open .sub-nav-toggle {
    border: 1px solid #4e7aac;
    border-bottom: none
}

nav .sub-nav-toggle .sub-nav-icon {
    display: inline-block;
    width: 10px;
    text-align: center;
    font: 700 1.0625em/1em Lora, serif
}

nav .sub-nav-toggle .sub-nav-icon:before {
    content: '+'
}

nav .open .sub-nav-toggle .sub-nav-icon:before {
    content: '-'
}

nav .sub-nav {
    display: none;
    top: 100%;
    z-index: 0;
    border: 1px solid #4e7aac;
    margin: -1px 0 0;
    padding: 0
}

nav .open .sub-nav {
    display: block
}

nav .sub-nav ul {
    padding: 8px 4px
}

nav .sub-nav a {
    padding: 8px 16px;
    color: #436a95
}

.no-touch nav .sub-nav a:hover {
    color: #fff;
    background-color: #b5b1ad
}

#sub-nav {
    top: 0;
    right: 16px
}

#sub-nav ul li {
    float: left;
    margin: 0 0 0 32px
}

#sub-nav ul li:first-child {
    margin: 0
}

#sub-nav ul li a {
    display: block;
    padding: 8px 0;
    font: .75em/1em Lora, serif;
    color: #54504b
}

.no-touch #sub-nav ul li a:hover {
    color: #b72a2a
}

#menu .social {
    top: 72px;
    right: 16px
}

/*
#desktop-main-nav li.active a span{
    border-bottom:2px dashed #fff;
}
*/
@media screen and (max-width: 1000px) {
    #menu-toggle, .menu-open #menu-overlay {
        display: block
    }

    #menu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 12;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        width: 64px;
        height: 24px;
        margin: 0;
        border: none;
        padding: 20px 0;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        color: #fff;
        background-color: #4e7aac
    }

    #search input, #sub-nav ul li a, .no-touch nav > ul > li > a:hover, nav > ul > li > a {
        font: 700 1.25em/1em Lora, serif;
        color: #54504b
    }

    #menu-overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5)
    }

    #menu-container {
        position: fixed;
        top: 0;
        left: 100%;
        width: 80%;
        height: auto;
        margin: 0 0 32px;
        background-color: #ebebeb
    }

    .csstransitions #menu-container {
        -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .2, 1);
        transition: transform 250ms cubic-bezier(0, 0, .2, 1)
    }

    .menu-open #menu-container {
        position: relative
    }

    .csstransforms .menu-open #menu-container {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    #menu {
        padding: 4px
    }

    #search-container {
        display: flex;
        position: static;
        border: 1px solid #d6d6d6;
        background-color: #fff;
        -webkit-transform: none;
        transform: none;
        -webkit-filter: none;
        filter: none
        width: 100%;
    }

    #search-container .arrow-up {
        display: none
    }

    #search {
        margin: 0 12px;
        padding: 10px 0;
        background: url(/wp-content/themes/marthawhite/images/icon-search-gray.png) right center no-repeat
    }

    #search .input-container {
        margin: 0 36px 0 0
    }

    #sub-nav, nav {
        position: static;
        margin: 4px 0 0
    }

    #sub-nav ul li, nav > ul > li {
        float: none;
        margin: 4px 0 0
    }

    nav > ul > li:first-child {
        margin: 0
    }

    #sub-nav ul li a, .no-touch nav > ul > li > a:hover, nav > ul > li > a {
        border: 1px solid #d6d6d6;
        padding: 12px;
        background-color: #fff
    }

    nav .open {
        -webkit-transform: none;
        transform: none;
        -webkit-filter: none;
        filter: none
    }

    .no-touch nav .open .sub-nav-toggle:hover, nav .open .sub-nav-toggle {
        border: 1px solid #d6d6d6;
        color: #54504b
    }

    nav .sub-nav-toggle .sub-nav-icon {
        display: block;
        float: right;
        width: 15px
    }

    nav .sub-nav {
        position: static;
        border: none;
        padding: 0;
        background: 0 0
    }

    nav .sub-nav ul {
        padding: 0;
        background-color: #54504b;
        border: 1px solid #d6d6d6;
        border-top: none
    }

    nav .sub-nav li {
        border-top: 1px solid #d6d6d6
    }

    nav .sub-nav li:first-child {
        border-top: none
    }

    nav .sub-nav a {
        padding: 12px 16px;
        font: 700 1em/1em Lora, serif;
        white-space: normal;
        color: #fff
    }

    #menu .social {
        display: none
    }

    .no-touch #sub-nav ul li a:hover {
        color: #54504b
    }
}

#footer-container footer, #footer-nav li {
    font: .8125em/1em Lora, serif
}

@media screen and (max-width: 640px) {
    #menu-toggle {
        width: 48px;
        padding: 12px 0
    }
}

#top-container {
    position: relative;
    z-index: 9;
    background-color: #436a95
}

#top-container .scallops {
    bottom: -8px;
    left: 0;
    z-index: 0;
    background: url(/wp-content/themes/marthawhite/images/scallops-bottom.png) center 0 repeat-x
}

#header-container {
    position: relative;
    z-index: 1;
    max-width: 1168px;
    height: 84px;
    margin: 0 auto;
    padding: 0 16px
}

.ie8 #header-container {
    width: 968px;
    max-width: none
}

#header-container header {
    position: absolute;
    top: 20px
}

#header-container header h1 a {
    display: block
}

#header-container header h1 a img, .ie8 .svg-logo {
    display: none
}

.ie8 #header-container header h1 a img {
    display: block
}

.ie8 #header-container header h1 a {
    width: 184px
}

@media screen and (max-width: 1000px) {
    #header-container {
        height: 64px;
        margin: 0 16px;
        padding: 0
    }

    #header-container header {
        top: 16px
    }
}

@media screen and (max-width: 640px) {
    #header-container {
        height: 48px
    }

    #header-container header {
        top: 10px;
        width: 138px
    }
}

#bottom-container {
    position: relative;
    background-color: #54504b
}

#bottom-container .scallops {
    position: absolute;
    top: -8px;
    left: 0;
    background: url(/wp-content/themes/marthawhite/images/scallops-top.png) center 0 repeat-x
}

#bottom {
    position: relative;
    max-width: 1168px;
    margin: 0 auto;
    padding: 32px 16px 64px
}

.ie8 #bottom {
    width: 968px;
    max-width: none
}

#footer-nav {
    margin: 0 0 0 196px
}

#footer-nav ul {
    float: left;
    margin: 0 0 0 64px
}

#footer-nav li:first-child, #footer-nav ul:first-child {
    margin: 0
}

#footer-nav li {
    margin: 8px 0 0
}

#footer-nav a {
    display: inline-block;
    text-decoration: none;
    color: #fff
}

.no-touch #footer-nav a:hover {
    color: #a5c3e5
}

#footer-container {
    position: absolute;
    top: 32px;
    left: 16px
}

#footer-container footer {
    color: #fff
}

#footer-container .social {
    text-align: right
}

@media screen and (max-width: 640px) {
    #footer-container, #footer-container .social, #footer-nav {
        text-align: center
    }

    #footer-nav {
        margin: 0
    }

    #footer-nav ul {
        float: none;
        margin: 32px 0 0
    }

    #footer-nav li {
        margin: 16px 0 0
    }

    #footer-container {
        position: static;
        margin: 32px 0 0
    }
}

.header-default, .header-title {
    position: relative
}

.header-default {
    height: 162px
}

.header-title {
    height: 336px
}

.header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat
}

.scroll .header-background {
    background-attachment: fixed;
    background-position: center top
}

.no-scroll .header-background {
    background-position: center bottom
}

.header-title header {
    position: absolute;
    right: 48px;
    bottom: 32px
}

.header-default header, .header-default p {
    position: absolute;
    right: 48px;
    bottom: 18px
}

.header-default h2, .header-default p, .header-title h2 {
    text-align: right;
    font: 5em/1em Satisfy, sans-serif;
    text-shadow: 0 0 32px #000
}

.rgba .header-default h2, .rgba .header-default p, .rgba .header-title h2 {
    color: rgba(255, 255, 255, .8)
}

.no-rgba .header-default h2, .no-rgba .header-default p, .no-rgba .header-title h2 {
    color: #eee9e4
}

.header-title p {
    position: relative;
    float: right;
    z-index: 1;
    width: 368px;
    margin: 20px 0 0;
    padding: 24px;
    font: .8125em/1.5em Lora, serif;
    color: #3e3b37;
    background: url(/wp-content/themes/marthawhite/images/signature.png) right bottom no-repeat #eee9e4
}

.borderimage .header-title p {
    border-width: 14px;
    -webkit-border-image: url(/wp-content/themes/marthawhite/images/border-scallops.png) 14 round;
    border-image: url(/wp-content/themes/marthawhite/images/border-scallops.png) 14 round;
    background-clip: padding-box
}

.header-title p:first-letter {
    font-size: 1.66666667em;
    font-weight: 700
}

@media screen and (max-width: 1000px) {
    .header-title {
        height: 296px
    }

    .header-title header {
        right: 24px
    }

    .header-default {
        height: 104px
    }

    .header-default header, .header-default p {
        right: 16px;
        bottom: 8px
    }

    .header-default h2, .header-default p {
        font: 3.75em/1em Satisfy, sans-serif
    }

    .scroll .header-background {
        background-attachment: scroll;
        background-position: center top;
        background-size: cover;
    }
}

@media screen and (max-width: 640px) {
    .header-default {
        height: 128px
    }

    .header-default h2, .header-default p {
        font: 2.5em/1em Satisfy, sans-serif
    }

    .header-title {
        height: auto
    }

    .header-title .header-background {
        position: static;
        height: 148px
    }

    .header-title header {
        position: relative;
        bottom: auto;
        right: auto
    }

    .header-title h2 {
        position: absolute;
        right: 0;
        bottom: 100%;
        padding: 0 8px;
        font: 3.3215em/1em Satisfy, sans-serif
    }

    .header-title p {
        float: none;
        width: auto;
        margin: 0;
        padding: 24px 8px;
        font: 1em/1.2em Lora, serif
    }

    .borderimage .header-title p {
        border-width: 0;
        -webkit-border-image: none;
        border-image: none;
        background-clip: border-box
    }
}

.feature section, .features {
    position: relative
}

.features {
    padding: 24px 48px 40px
}

.features > p {
    font: 2em/1em Satisfy, sans-serif;
    text-align: center;
    color: #fff
}

.cssgradients .features {
    background-image: -webkit-linear-gradient(top, #9f9c97 0, #bebbb5 4px);
    background-image: -moz-linear-gradient(top, #9f9c97 0, #bebbb5 4px);
    background-image: -ms-linear-gradient(top, #9f9c97 0, #bebbb5 4px);
    background-image: linear-gradient(top, #9f9c97 0, #bebbb5 4px)
}

.no-cssgradients .features {
    background: #bebbb5
}

.features > .scallops {
    bottom: 0;
    left: 0;
    background: url(/wp-content/themes/marthawhite/images/scallops-top.png) center 0 repeat-x
}

.feature-container {
    margin: 24px 0 0
}

.feature {
    float: left;
    width: 50%
}

.feature:first-child section {
    /*margin: 0 1px 0 0*/
}

.feature:first-child + .feature section {
    /*margin: 0 0 0 8px*/
}

.feature-image {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(../scripts/backgroundsize.min.htc)
}

.feature .feature-image img {
    position: absolute;
    /*height: auto;
    top: -8px;*/
}

.muffin-mix-challenge .feature-image img {
    left: 16px;
    bottom: 16px;
    width: 90px
}

.cornbread-finalists .feature-image img {
    right: 16px;
    top: 16px;
    width: 70px
}

.pinterest .feature-image img {
    left: 8px;
    top: 8px;
    width: 24px
}

.cornbread-cook-off .feature-image img {
    left: 0;
    bottom: 0;
    width: 136px
}

.feature-image .scallops {
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background: url(/wp-content/themes/marthawhite/images/scallops-left.png) repeat-y
}

.feature-info {
    min-height: 212px;
    margin: 0 0 0 350px;
    padding: 32px 20px 16px;
    color: #3e3b37;
    background-color: #f6f2ee
}

.feature-info h3 {
    font: 1.375em/1em Satisfy, sans-serif
}

.feature-info p {
    margin: 12px 0 0;
    font: .8125em/1.33333333em Lora, sans-serif
}

.southern-pantry {
    background-color: #fffff1
}

.southern-pantry .feature-info {
    margin: 0;
    padding: 32px 32px 16px;
    background-color: transparent
}

.southern-pantry-info {
    position: relative
}

.southern-pantry .feature-info h3 {
    margin: 0 0 24px
}

.southern-pantry .feature-info .button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0
}

.southern-pantry .feature-info p {
    margin: 0 141px 0 0
}

@media screen and (max-width: 1000px) {
    .features h3 {
        text-align: left
    }

    .features {
        padding: 24px 24px 40px
    }

    .feature {
        float: none;
        width: auto;
        margin: 24px 0 0
    }

    .feature:first-child {
        margin: 0
    }

    .feature:first-child section, .feature:first-child + .feature section {
        margin: 0 6px 0 0
    }

    .feature-image {
        width: 236px
    }

    .feature-info {
        min-height: 0;
        margin: 0 0 0 236px;
        padding: 32px 32px 16px
    }

    .southern-pantry .feature-info {
        padding: 32px
    }
}

@media screen and (max-width: 640px) {
    .features {
        padding: 12px 0 0
    }

    .features h3 {
        font: 1.6875em/1em Satisfy, sans-serif;
        text-align: center
    }

    .feature-container {
        margin: 12px 0 0;
        background-color: #f6f2ee
    }

    .feature, .features .feature-container .feature section {
        margin: 0
    }

    .feature {
        border-top: 4px solid #fff;
        padding: 8px 8px 16px
    }

    .feature-image {
        position: relative;
        width: auto;
        height: 132px;
        overflow: hidden;
    }

    .feature-image .scallops {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background: url(/wp-content/themes/marthawhite/images/scallops-top.png) repeat-x
    }

    .feature-info {
        margin: 12px 0 0;
        padding: 0
    }

    .feature-info h4 {
        font: 1.5625em/1em Satisfy, sans-serif
    }

    .feature-info p {
        font: 1em/1.2em Lora, sans-serif
    }

    .southern-pantry .feature-info {
        padding: 16px
    }

    .southern-pantry .feature-info p {
        margin: 0
    }

    .southern-pantry .feature-info .button {
        position: static;
        margin: 16px 0 0
    }
}

#product-detail .content {
    border: none;
    padding: 0;
    background-color: transparent
}

.product-info-container .product-image aside {
    margin: 8px 0 0;
    border: 1px solid #c9c8c6;
    text-align: center
}

.product-info-container .product-image aside:first-child {
    margin: 0
}

.product-info-container {
    margin: 24px 0 0
}

.product-info-container > div {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product-info-container .product-image figure {
    margin-bottom: 8px;
}

#product-detail .product-image {
    width: 24%
}

.sl-nutrition-wrapper {
    margin-top: 15px;
}

.product-image.visible-mobile {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-info {
    width: 76%;
    padding: 0 0 0 16px
}

.product-info header {
    border: 1px solid #c9c8c6;
    border-bottom: none;
    padding: 24px 24px 16px;
    color: #3e3b37;
    background-color: #eee9e4;
    margin-bottom: 20px;
}

.product-info h2 {
    position: relative;
    font: 1.8125em/1em Satisfy, sans-serif
}

.product-info .arrow-left {
    display: block;
    position: absolute;
    top: 50%;
    left: -37px;
    width: 13px;
    height: 32px;
    margin: -16px 0 0;
    background: url(/wp-content/themes/marthawhite/images/product-detail-arrow-left.png) no-repeat
}

.carousel-container, .tab-list ul {
    position: relative;
    overflow: hidden
}

.recommend, .tab, .tab-list .open {
    background-color: #f4f1ee
}

.product-info p {
    margin: 12px 0 0;
    font: 700 .8125em/1.41666667em Lora, sans-serif
}

.tab-container {
    border: 1px solid #c9c8c6;
    border-bottom: none
}

.tab-container .icon-caret {
    width: 8px;
    text-align: center
}

.tab-container .icon-caret:before {
    content: '\f0da'
}

.tab-container .open .icon-caret:before {
    content: '\f0d7'
}

.tab-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.tab-list ul li {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
    margin: 0;
    border-left: 1px solid #c9c8c6;
    border-bottom: 1px solid #c9c8c6;
    padding: 18px 0;
    font: 700 .875em/1em Lora, sans-serif;
    text-align: center;
    color: #243a6d;
    cursor: pointer
}

.tab-list .open {
    border-bottom: 1px solid #f4f1ee
}

.tab-list li:first-child {
    border-left: none
}

.tab section h3, .tab > section {
    display: none
}

.tab > section {
    border-bottom: 1px solid #c9c8c6;
    padding: 24px 24px 48px;
    overflow: hidden
}

.tab > .open {
    display: block
}

.tab section h3 {
    font: 700 1.0625em/1em Lora, sans-serif;
    color: #243a6d;
    cursor: pointer
}

#product-detail .recommend a:hover, .recommend a {
    color: #3e3b37
}

.tab section .tab-content h4, .tab section .tab-content p {
    font: .8125em/1.33333333em Lora, sans-serif;
    color: #3e3b37
}

.tab section .tab-content h4 {
    font-weight: 700
}

.tab section .tab-content p:first-child {
    margin: 0
}

.tab-content section {
    margin: 12px 0 0
}

.tab .kosher-information ul {
    margin: 4px 0 0;
    padding: 0;
    list-style-type: none
}

.tab .kosher-information li {
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

.tab .allergy-information p {
    margin: 4px 0 0
}

.recommend a {
    display: block;
    padding: 24px 32px 12px
}

.pagination .current a:hover, .pagination a {
    color: #54504b
}

.recommend h4 {
    font: 1.375em/1em Satisfy, sans-serif
}

.recommend img {
    margin: 12px auto 0
}

.recommend p {
    margin: 12px 0 0;
    font: 700 .875em/1.30769231em Lora, sans-serif
}

#nutrition-info {
    font: .6875em/1em Arial, sans-serif
}

#nutrition-info p {
    font: 1em/1em Arial, sans-serif
}

#nutrition-info div {
    padding: 2px 0
}

#nutrition-info .calories, #nutrition-info .other-nutrients, #nutrition-info .servings {
    padding: 0
}

#nutrition-info .calories, #nutrition-info div {
    border-top: 1px solid #000
}

#nutrition-info span {
    float: right
}

#nutrition-info .indent {
    margin: 0 0 0 16px
}

#nutrition-info .calories div, #nutrition-info .other-nutrients div:first-child, #nutrition-info .servings, #nutrition-info .servings div {
    border-top: none
}

#nutrition-info .amount-per-serving, #nutrition-info .other-nutrients {
    border-top: 10px solid #000
}

#nutrition-info .daily-value {
    border-top: 5px solid #000;
    text-align: right
}

#nutrition-info .other-nutrients {
    border-bottom: 1px solid #000
}

@media screen and (max-width: 1000px) {
    .product-info-container .aside-container {
        clear: both;
        float: right
    }

    #product-detail .product-image {
        width: 30%
    }

    .aside-container, .product-info {
        width: 70%
    }

    .aside-container {
        margin: 8px 0 0;
        padding: 0 0 0 16px
    }
}

@media screen and (max-width: 640px) {
    .product-info-container > div {
        float: none
    }

    #product-detail .product-image, .aside-container, .product-info {
        width: auto
    }

    .aside-container, .product-info {
        margin: 8px 0 0;
        padding: 0
    }

    .product-image figure {
        width: 176px;
        margin: 0 auto
    }

    .product-info .arrow-left, .tab-list {
        display: none
    }

    .tab section h3, .tab > section {
        display: block
    }

    .tab > section {
        height: 16px;
        padding: 16px;
        background-color: #eee9e4
    }

    .tab > .open {
        height: auto;
        background-color: #f4f1ee
    }

    .tab-content {
        margin: 18px 0 0
    }
}

.pagination-container .pagination {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

.no-touch .pagination {
    cursor: default
}

.pagination-container .pagination li {
    display: inline-block;
    width: 25px;
    margin: 0;
    border-radius: 50%;
    padding: 5px 0;
    font: 1em/1em Lora, serif;
    text-align: center;
    vertical-align: bottom
}

.no-touch .pagination li {
    cursor: pointer
}

.no-touch .pagination li.current, .pagination li[class^=arrow].disabled a {
    cursor: default
}

.pagination .current {
    background-color: #fff
}

.pagination li[class^=arrow] {
    padding: 2px 0;
    font-size: 1.25em;
    background-color: #54504b
}

.pagination .arrow-left {
    margin: 0 12px 0 0
}

.pagination .arrow-right {
    margin: 0 0 0 12px
}

.pagination li[class^=arrow].disabled {
    background-color: #adaaa5;
    cursor: default
}

.pagination .icon-angle-left {
    text-indent: -2px
}

.pagination .icon-angle-right {
    text-indent: 1px
}

.pagination a {
    cursor: pointer
}

.pagination .current a {
    cursor: default
}

.pagination li[class^=arrow] a, .pagination li[class^=arrow] a:hover {
    color: #fff
}

@media screen and (max-width: 640px) {
    .pagination li.extended-paging {
        display: none
    }
}

#home .content-container {
    padding: 0
}

#home .content {
    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent
}

#home .scallops {
    bottom: 0;
    left: 0;
    background: url(/wp-content/themes/marthawhite/images/scallops-top.png) center 0 repeat-x
}

.carousel-container {
    background-color: #f6f2ee
}

.carousel {
    height: 816px
}

.carousel > section {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cssanimations .carousel .build-on {
    -webkit-animation: fade-in .5s cubic-bezier(0, 0, .2, 1);
    animation: fade-in .5s cubic-bezier(0, 0, .2, 1)
}

.cssanimations .carousel .build-off {
    -webkit-animation: fade-out .5s cubic-bezier(0, 0, .2, 1);
    animation: fade-out .5s cubic-bezier(0, 0, .2, 1)
}

.carousel .current {
    visibility: visible
}

.carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 66.66666666%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.backgroundsize .carousel-image {
    background-size: cover
}

.carousel-image .share-pinterest {
    position: absolute;
    right: 40px;
    top: 16px
}

.carousel-definition {
    position: absolute;
    left: 32px;
    bottom: 32px
}

.carousel-definition dl {
    padding: 16px;
    color: #fff;
    background-color: #54504b;
    box-shadow: 0 0 8px 0 #000
}

.carousel-definition dt {
    display: inline-block;
    margin: 8px 0 0;
    font: 1.1875em/1em Satisfy, sans-serif
}

.carousel-definition dt:first-child {
    margin: 0
}

.carousel-definition dd {
    display: inline;
    font: .9375em/1em Lora, sans-serif
}

.carousel-definition dd:after {
    content: '\A';
    white-space: pre-wrap
}

.carousel-content {
    position: relative;
    z-index: 1;
    height: 100%;
    margin: 0 0 0 66.66666666%;
    background-color: #f6f2ee;
    box-shadow: 0 0 8px 0 #000
}

.carousel-info {
    position: absolute;
    bottom: 256px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 48px;
    text-align: center;
    color: #54504b
}

.carousel-info h2 {
    font: 2.625em/1.1904761em Satisfy, sans-serif
}

.carousel-icon {
    margin: 16px 0 0;
    background: url(/wp-content/themes/marthawhite/images/home-carousel-vines.png) center center no-repeat
}

.carousel-icon img {
    margin: 0 auto
}

.carousel-info h3 {
    margin: 24px 0 0;
    font: 1.25em/1.4em Satisfy, sans-serif
}

#home .pagination-container {
    position: absolute;
    right: 0;
    bottom: 122px;
    z-index: 1;
    width: 34%
}

#home .pagination li {
    margin: 0 0 0 8px;
    border-radius: 50%;
    padding: 0;
    width: 12px;
    height: 12px;
    background-color: #b5b1ad
}

#home .pagination li:first-child {
    margin: 0
}

#home .pagination .current {
    background-color: #54504b
}

#home .callout-container {
    overflow: hidden;
    background-color: #fffff1
}

#home .callout {
    float: left;
    width: 33.33333333%;
    height: 448px
}

#home .callout section {
    height: 100%
}

#home .callout div.home-bottom-callout {
    border-right: 3px solid #bebbb5;
    background-color: #f6f2ee;
    height: 100%
}

#home .callout #uniquely-southern {
    border-left: 2px solid #bebbb5;
    border-right: 2px solid #bebbb5;
    background-color: #fffff1
}

#home .callout #southern-saying {
    position: relative;
    border-left: 3px solid #bebbb5;
    background-image: url(/wp-content/themes/marthawhite/images/grain.png);
    background-position: center;
    background-repeat: repeat
}

#home .callout #southern-saying.red {
    box-shadow: inset 0 0 64px 0 #81282c
}

#home .callout #southern-saying.blue {
    box-shadow: inset 0 0 64px 0 #254570
}

#home .callout #southern-saying.green {
    /*  box-shadow: inset 0 0 64px 0 #244c58*/
}

#home .callout #southern-saying.gray {
    box-shadow: inset 0 0 64px 0 #010F34
}

#home .callout #southern-saying.peach {
    box-shadow: inset 0 0 64px 0 #81282c
}

#home .callout #southern-saying .share-bar-container {
    bottom: 8px;
    background-color: transparent
}

#home .callout-image {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat
}

.backgroundsize #home .callout-image {
    background-size: cover
}

#home .callout div.home-bottom-callout .callout-image-left {
    display: block;
    height: 235px;
    background-image: url(/wp-content/themes/marthawhite/images/homepage_left_callout.jpg)
}

#home .callout div.home-bottom-callout .callout-image-middle {
    display: block;
    height: 235px;
    background-image: url(/wp-content/themes/marthawhite/images/homepage_middle_callout.jpg)
}

#cornbread-recipe-contest .share-pinterest {
    position: absolute;
    right: 30px;
    top: 16px;
    float: right;
    z-index: 2
}

#cornbread-recipe-contest .button img {
    float: left
}

#cornbread-recipe-contest .share-text {
    float: right;
    padding: 8px 0 0 4px
}

#cornbread-recipe-contest-registration .share-pinterest {
    position: absolute;
    right: 30px;
    top: 16px;
    float: right;
    z-index: 2
}

#cornbread-recipe-contest .share-pinterest .fb-share-button, #cornbread-recipe-contest-registration .share-pinterest .fb-share-button {
    right: 18px;
    float: right
}

#home .callout div.home-bottom-callout .callout-image img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 136px;
    height: auto
}

#home .callout #uniquely-southern .callout-image {
    margin: 24px 0 0;
    height: 152px;
    border: 4px solid #fff;
    background-image: url(/wp-content/themes/marthawhite/images/southern-pantry-callout.jpg);
    box-shadow: 0 0 8px 0 #000
}

#home .callout-info {
    padding: 24px 24px 0
}

#home .callout-info h3 {
    font: 1.375em/1em Satisfy, sans-serif
}

#home .callout #southern-saying h3 {
    text-indent: -9999px;
    overflow: hidden
}

#home .callout #uniquely-southern .callout-info p {
    margin: 24px 0 0;
    border-top: 2px dotted #e9cc92;
    padding: 16px 0 0
}

#home .callout #southern-saying img {
    position: relative;
    top: 15px;
    margin: 0 auto;
    width: 90%;
    height: 90%
}

@media screen and (min-width: 640px) {
    #slider1 .carousel-image {
        background-image: url(/wp-content/themes/marthawhite/images/homepage-slider1.jpg)
    }

    #slider2 .carousel-image {
        background-image: url(/wp-content/themes/marthawhite/images/homepage-slider2.jpg)
    }

    #slider3 .carousel-image {
        background-image: url(/wp-content/themes/marthawhite/images/homepage-slider3.jpg)
    }
}

.ie8 #slider1 .carousel-image {
    background-image: url(/wp-content/themes/marthawhite/images/homepage-slider1.jpg)
}

.ie8 #slider2 .carousel-image {
    background-image: url(/wp-content/themes/marthawhite/images/homepage-slider2.jpg)
}

.ie8 #slider3 .carousel-image {
    background-image: url(/wp-content/themes/marthawhite/images/homepage-slider3.jpg)
}

@media screen and (max-width: 1000px) {
    .carousel {
        height: 496px
    }

    .carousel-image {
        width: 58%
    }

    .carousel-content {
        margin: 0 0 0 58%
    }

    .carousel-info {
        bottom: 64px;
        padding: 0 32px
    }

    .carousel-info h2 {
        font: 2.5em/1.125em Satisfy, sans-serif
    }

    .carousel-info h3 {
        margin: 16px 0 0;
        font: 1.1875em/1.4736842em Satisfy, sans-serif
    }

    #home .pagination-container {
        bottom: 26px;
        width: 42%
    }

    #home .callout div.home-bottom-callout {
        border-right: none
    }

    #home .callout #uniquely-southern {
        border-left: none;
        border-right: none
    }

    #home .callout #southern-saying {
        border-left: none
    }

    #home .callout div.home-bottom-callout .callout-image {
        height: 160px
    }

    #home .callout div.home-bottom-callout .callout-image img {
        left: 0;
        bottom: 0;
        width: 100px
    }

    #home .callout #uniquely-southern .callout-image {
        height: 104px
    }

    #home .callout-info {
        padding: 16px 16px 0
    }

    #home .callout div.home-bottom-callout .button-container a:first-child + a {
        display: block;
        margin: 8px 0 0
    }
}

@media screen and (max-width: 800px) {
    #home .pagination-container, .carousel-image {
        width: 50%
    }

    .carousel-definition {
        left: 16px;
        bottom: 16px
    }

    .carousel-content {
        margin: 0 0 0 50%
    }

    .carousel-info {
        padding: 0 16px
    }
}

@media screen and (max-width: 640px) {
    .carousel {
        height: 368px
    }

    .carousel-image {
        position: relative;
        width: auto;
        height: 136px
    }

    .backgroundsize .carousel-image {
        background-size: auto
    }

    #slider1 .carousel-image {
        background-image: url(/wp-content/themes/marthawhite/images/home-mobile-1.jpg)
    }

    #slider2 .carousel-image {
        background-image: url(/wp-content/themes/marthawhite/images/home-mobile-2.jpg)
    }

    #slider3 .carousel-image {
        background-image: url(/wp-content/themes/marthawhite/images/home-mobile-3.jpg)
    }

    .carousel-definition {
        left: auto;
        right: 8px;
        bottom: 16px
    }

    .carousel-definition dl {
        padding: 8px
    }

    .carousel-definition dt {
        margin: 4px 0 0;
        font: 1em/1em Satisfy, sans-serif
    }

    .carousel-definition dd {
        font: .6875em/1.6em Lora, sans-serif
    }

    .carousel-content {
        height: 280px;
        margin: 0;
        box-shadow: none
    }

    .carousel-info {
        position: static;
        padding: 16px 8px 0;
        text-align: left
    }

    .carousel-info h2 {
        font: 1.75em/1.1071428em Satisfy, sans-serif
    }

    .carousel-info h3, .carousel-info p {
        margin: 8px 0 0
    }

    .carousel-icon {
        display: none
    }

    #home .pagination-container {
        width: auto;
        right: 16px;
        bottom: 28px
    }

    #home .callout {
        float: none;
        width: auto;
        height: auto
    }

    #home .callout section {
        border-top: 4px solid #fff;
        padding: 8px
    }

    #home .callout #southern-saying {
        height: 352px
    }

    #home .callout div.home-bottom-callout .callout-image {
        height: 112px
    }

    #home .callout div.home-bottom-callout .callout-image img {
        left: 0
    }

    #home .callout-info {
        padding: 0
    }

    #home .callout div.home-bottom-callout .callout-info {
        margin: 16px 0 0
    }

    #home .callout #southern-saying img {
        position: relative;
        top: 0;
        margin: 0 auto;
        width: auto;
        height: 100%
    }
}

@media screen and (max-width: 480px) {
    .carousel {
        height: 416px
    }
}

.controls-container {
    padding: 0 48px
}

.controls, .controls > div {
    overflow: hidden
}

.controls > div * {
    margin: 0
}

.left-controls, .left-controls > fieldset {
    float: left
}

.left-controls fieldset:first-child {
    margin: 0 8px 0 0
}

.left-controls label {
    display: inline;
    font-size: 1.0625em;
    font-weight: 400
}

.left-controls .select-container {
    display: inline
}

.left-controls .select-container select {
    display: inline-block;
    width: auto
}

.no-appearance #recipes #SortOrder {
    min-width: 92px
}

.no-appearance #recipes #PageSize {
    min-width: 79px
}

.right-controls {
    float: right
}

.right-controls > * {
    float: left
}

.right-controls fieldset {
    position: relative;
    width: 256px;
    margin: 0 8px 0 0;
    padding: 0 42px 0 0
}

#button-search {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #c9c8c6;
    border-left: none;
    padding: 0;
    width: 42px;
    height: 42px;
    background: url(/wp-content/themes/marthawhite/images/icon-search-recipe.png) center center no-repeat #fff
}

#toggle-filters {
    position: relative;
    width: 196px;
    border: 1px solid #c9c8c6;
    padding: 12px 16px 11px;
    font: 1.125em/1em Lora, serif;
    text-align: left;
    color: #54504b;
    background-color: #fff;
    cursor: pointer
}

#toggle-filters span {
    position: absolute;
    top: 4px;
    right: 16px
}

#toggle-filters span:before {
    content: '+';
    font: 700 1.9375em/1em Lora, serif
}

.open #toggle-filters span:before {
    content: '-'
}

#filters-container {
    height: 0;
    margin: 24px 0 0;
    padding: 0 48px;
    overflow: hidden
}

.cssgradients #filters-container {
    background-image: -webkit-linear-gradient(top, #9f9c97 0, #bebbb5 4px);
    background-image: -moz-linear-gradient(top, #9f9c97 0, #bebbb5 4px);
    background-image: -ms-linear-gradient(top, #9f9c97 0, #bebbb5 4px);
    background-image: linear-gradient(top, #9f9c97 0, #bebbb5 4px)
}

.no-cssgradients #filters-container {
    background-color: #bebbb5
}

.csstransitions #filters-container {
    -webkit-transition: height 250ms cubic-bezier(0, 0, .2, 1);
    transition: height 250ms cubic-bezier(0, 0, .2, 1)
}

.open #filters-container {
    height: auto
}

#filters {
    position: relative;
    height: 240px
}

#filters > div {
    position: absolute;
    top: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    border-left: 1px solid #9f9c97
}

#filters > div:first-child {
    border-left: none
}

#filters .baked-goods {
    left: 0;
    width: 50%;
    padding: 16px 24px 0 0
}

#filters .course {
    left: 50%;
    width: 25%;
    padding: 16px 24px 0
}

#recipes #filters .checklist a {
    color: #3e3b37;
    cursor: default
}

.no-touch .print a:hover, .print a {
    color: #fff
}

#filters .difficulty-time {
    left: 75%;
    width: 25%;
    padding: 16px 0 0 24px
}

.difficulty-time .time {
    margin: 16px 0 0
}

#filters > div fieldset {
    margin: 0
}

#filters > div fieldset > label {
    font-size: 1em
}

.baked-goods .column-container {
    overflow: hidden
}

.baked-goods .column {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%
}

.difficulty-time .button-container {
    text-align: right
}

#recipes .pagination-container {
    padding: 16px 0
}

.recipe-definition dl, .recipe-title {
    padding: 8px 16px
}

#recipes .content {
    position: relative
}

.preloader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/marthawhite/images/loader.gif) center 140px no-repeat
}

#recipe-detail .recipe-image, .recipe-image {
    background-position: center center;
    background-repeat: no-repeat
}

.backgroundsize #recipe-detail .recipe-image, .backgroundsize .recipe-image {
    background-size: cover
}

.loading .preloader {
    display: block
}

#recipes .grid-list li {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.recipe-image {
    height: 268px
}

.recipe-image .share-pinterest {
    position: absolute;
    right: 38px;
    top: 16px
}

.recipe-definition {
    border-top: 1px solid #e1ddd9
}

.recipe-definition dt {
    display: inline-block;
    width: 44px;
    margin: 4px 0 0;
    font: 1.1875em/1em Satisfy, sans-serif
}

.recipe-definition dt:first-child {
    margin: 0
}

.recipe-definition dd {
    display: inline;
    font: .9375em/1em Lora, sans-serif
}

.recipe-definition dd:after {
    content: "\A";
    white-space: pre
}

#recipes .content > p {
    margin: 32px 0 0;
    font: 700 1.0625em/1.25em Lora, serif
}

#recipes #callouts {
    display: none
}

@media screen and (max-width: 1000px) {
    .controls-container {
        padding: 0 24px
    }

    .right-controls > * {
        float: none
    }

    .right-controls fieldset {
        margin: 0
    }

    #toggle-filters {
        width: 100%;
        margin: 8px 0 0
    }

    #filters-container {
        padding: 0
    }

    #filters {
        height: 247px
    }

    #filters > div {
        height: auto;
        border-left: none
    }

    #recipes #filters > div {
        padding: 16px 24px
    }

    #filters .baked-goods {
        width: 75%
    }

    #filters .course {
        left: 75%;
        width: 25%;
        border-left: 1px solid #9f9c97
    }

    #filters .difficulty-time {
        top: 148px;
        left: 0;
        width: 100%;
        border-top: 1px solid #9f9c97;
        text-align: center
    }

    #filters .difficulty-time > div {
        display: inline-block;
        width: 32%;
        vertical-align: bottom
    }

    .difficulty-time .time {
        margin: 0
    }

    .difficulty-time .button-container {
        margin: 0;
        text-align: center
    }

    #recipes .grid-list li.fourth-cloned-callout {
        display: none
    }

    .recipe-image {
        height: 234px
    }

    .recipe-definition dd, .recipe-definition dt {
        width: 32px;
        font-size: .9375em
    }
}

@media screen and (max-width: 640px) {
    #filters, #recipes .grid-list li {
        height: auto
    }

    .controls-container {
        padding: 0 8px
    }

    .left-controls, .left-controls > fieldset, .right-controls, .right-controls > * {
        float: none
    }

    .left-controls .select-container, .left-controls label {
        display: block
    }

    .left-controls .select-container {
        width: auto;
        margin: 4px 0 0
    }

    .left-controls .select-container select {
        display: block;
        width: 100%
    }

    .right-controls {
        margin: 8px 0 0
    }

    .right-controls fieldset {
        width: auto
    }

    #button-search {
        position: absolute;
        top: 0;
        right: 0
    }

    .controls > div > fieldset:first-child {
        margin: 0
    }

    .controls > div > * {
        margin: 8px 0 0
    }

    #filters {
        padding: 16px 8px
    }

    #recipes #filters > div {
        position: static;
        width: auto;
        margin: 16px 0 0;
        border: none;
        padding: 0
    }

    #recipes #filters > div:first-child {
        margin: 0
    }

    .baked-goods .column {
        float: none;
        width: auto;
        margin: 8px 0 0
    }

    .baked-goods .column:first-child {
        margin: 0
    }

    #filters .difficulty-time {
        text-align: left
    }

    #filters .difficulty-time > div {
        display: block;
        width: auto;
        margin: 16px 0 0
    }

    #filters .difficulty-time > div:first-child {
        margin: 0
    }

    .difficulty-time .button-container {
        margin: 0;
        text-align: left
    }

    #recipes .content .grid-list li {
        width: 100%;
        position: static !important;
    }

    #recipes .content .grid-list li:first-child {
        margin: 0
    }

    #recipes .grid-list li.fourth-cloned-callout {
        display: block
    }

    #recipes .grid-list li > a {
        margin: 0;
        padding: 8px 0 8px 120px
    }

    #recipes .recipe-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 120px;
        height: 100%
    }

    #recipes .recipe-title {
        padding: 0 8px
    }

    #recipes .recipe-definition {
        position: static;
        margin: 8px 0 0;
        padding: 8px 8px 0
    }

    #recipes .recipe-definition dl {
        padding: 0
    }
}

#recipe-detail .content-container {
    padding: 56px 0 32px
}

#recipe-detail .content {
    border: none;
    padding: 0;
    background-color: transparent
}

#recipe-detail .column-container {
    margin: 16px 0 0;
    overflow: hidden
}

#recipe-detail .left-column {
    float: left;
    width: 75%
}

#recipe-detail .recipe-content {
    border: 1px solid #c9c8c6;
    background-color: #eee9e4
}

#recipe-detail .recipe-image {
    position: relative;
    height: 382px
}

.date, .date:before, .recipe-image dl {
    position: absolute
}

.recipe-image dl {
    right: 16px;
    bottom: 16px;
    padding: 16px;
    margin-left: 16px;
    color: #fff;
    background-color: #54504b
}

.recipe-image dt {
    display: inline-block;
    width: 44px;
    margin: 16px 0 0;
    font: 1.375em/1em Satisfy, sans-serif
}

.recipe-image dt:first-child {
    margin: 0
}

.recipe-image dd {
    display: inline;
    font: .9375em/1em Lora, sans-serif
}

#timeline-key li, #timeline-key span, .print a, .print a span {
    display: inline-block
}

.recipe-image dd:after {
    content: "\A";
    white-space: pre-wrap
}

#recipe-detail .recipe-info {
    padding: 32px
}

#recipe-detail h3 {
    font: 700 1em/1em Lora, serif
}

.share-container {
    float: right;
    margin: 0 0 16px 16px;
    background-color: #f8f6f4
}

.borderimage .share-container {
    border-width: 14px;
    -webkit-border-image: url(/wp-content/themes/marthawhite/images/border-scallops-light.png) 14 round;
    border-image: url(/wp-content/themes/marthawhite/images/border-scallops-light.png) 14 round;
    background-clip: padding-box
}

.share-container .share {
    padding: 16px
}

.share h5 {
    font: 1.8125em/1em Satisfy, sans-serif
}

.share-container p {
    font: 1em/1em Lora, serif
}

.share-container .share [id^=share] {
    margin: 0 0 0 16px;
    padding: 0;
    vertical-align: bottom;
    background-color: transparent
}

.share span {
    width: 25px;
    height: 25px;
    vertical-align: bottom
}

.share .icon-facebook {
    background: url(/wp-content/themes/marthawhite/images/icon-recipe-facebook.png) no-repeat
}

.share .icon-envelope {
    background: url(/wp-content/themes/marthawhite/images/icon-recipe-envelope.png) no-repeat
}

.print {
    border-top: 1px solid #eee9e4;
    padding: 16px 16px 24px
}

.print a {
    margin: 8px 0 0 8px;
    padding: 7px 0 0;
    font-size: .86666666em;
    background: url(/wp-content/themes/marthawhite/images/recipe-print-top.png) no-repeat
}

.print .small {
    margin: 8px 0 0
}

.print a span {
    border-radius: 0 4px 4px;
    padding: 8px;
    background-color: #436a95
}

#overlay button, #overlay-container.open, .toggle-image, audio {
    display: block
}

#recipe-detail section {
    margin: 2em 0 0
}

#recipe-detail h4.recipe-directions-heading {
    padding: 0;
    margin-left: -10px;
}

#recipe-detail h4 {
    font: 700 .8125em/1em Lora, serif;
    padding: 0 0 0 8px;
    margin: 12px 0 0
}

#recipe-detail ol, #recipe-detail ul {
    padding: 0 0 0 16px
}

#recipe-detail ol {
    list-style-position: inside
}

#recipe-detail ul {
    list-style-type: none
}

#recipe-detail .substitution:before {
    /* content: 'Or ';
    text-transform: uppercase */
}

#recipe-detail .recipe-tip {
    list-style-type: none;
    font-style: italic
}

#recipe-detail .recipe-tip:before {
    content: 'Tip ';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase
}

#recipe-detail .right-column {
    float: right;
    width: 25%
}

#recipe-detail .right-column aside {
    margin: 0 0 0 8px;
    text-align: center
}

#recipe-detail aside h4 {
    margin: 0 16px;
    font: 1.8125em/1.4482758em Satisfy, sans-serif
}

#recipe-detail aside section {
    margin: 8px 0 0
}

#recipe-detail aside a {
    display: block;
    border: 1px solid #c9c8c6;
    padding: 16px;
    color: #3e3b37;
    background-color: #eee9e4
}

#recipe-detail aside .section-image {
    height: 242px;
    background-position: center center;
    background-repeat: no-repeat
}

.backgroundsize #recipe-detail aside .section-image {
    background-size: cover
}

#recipe-detail aside h5 {
    margin: 8px 0 0;
    font: 700 .875em/1.3076923em Lora, sans-serif
}

@media screen and (max-width: 1000px) {
    #recipe-detail .left-column, #recipe-detail .right-column {
        float: none;
        width: auto
    }

    #recipe-detail .right-column {
        margin: 16px 0 0
    }

    #recipe-detail .right-column aside {
        margin: 0;
        overflow: hidden
    }

    #recipe-detail aside section {
        float: left;
        width: 50%
    }

    #recipe-detail aside section a {
        margin: 0 4px 0 0
    }

    #recipe-detail aside section + section a {
        margin: 0 0 0 4px
    }
}

@media screen and (max-width: 640px) {
    #recipe-detail .content-container {
        padding: 48px 0 32px
    }

    #recipe-detail .recipe-image {
        height: 208px
    }

    .recipe-image dt {
        width: 32px;
        margin: 8px 0 0;
        font-size: .9375em
    }

    .recipe-image dd {
        font-size: .8125em
    }

    #recipe-detail .recipe-info {
        padding: 16px
    }

    .share-container {
        float: none;
        margin: 1em 0
    }

    #recipe-detail section {
        margin: 1em 0 0
    }

    #recipe-detail aside section {
        float: none;
        width: auto
    }

    #recipe-detail aside section a, #recipe-detail aside section + section a {
        margin: 0
    }

    #recipe-detail aside .section-image {
        height: 136px
    }
}

#our-story .content {
    border: none;
    padding: 0;
    background-color: transparent
}

#timeline-key {
    margin: 0;
    padding: 0;
    text-align: right;
    list-style-type: none
}

#timeline-key li {
    margin: 0;
    font: .8125em/1em Lora, serif
}

#timeline-key li:first-child {
    margin: 0 16px 0 0
}

#timeline-key span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    vertical-align: bottom
}

#timeline-key .fact span {
    background-color: #b72a2a
}

#timeline .music .toggle-content button, #timeline-key .music span {
    background-color: #365678
}

#timeline .music .toggle-content button:focus, .no-touch #timeline .music .toggle-content button:hover, .no-touch #timeline .music:hover .toggle-content button {
    background-color: #1c354f
}

#timeline-container {
    margin: 16px 0 0;
    border-left: 1px solid #3e3b37
}

#timeline .toggle-container {
    margin: 24px 0 0;
    overflow: visible
}

#timeline .toggle-container:first-child {
    margin: 0
}

.date {
    top: 0;
    left: 0;
    padding: 0 0 0 64px;
    font: 1.6875em/1em Satisfy, sans-serif
}

.date:before {
    content: '';
    top: 0;
    left: 0;
    width: 52px;
    height: 0;
    border-top: 1px solid #3e3b37
}

#timeline .toggle {
    margin: 24px 0 0 138px;
    padding: 32px 0;
    background: #eee9e4
}

#timeline .date + .toggle {
    margin: 0 0 0 138px
}

#timeline .toggle-content {
    margin: 0 0 0 42%;
    padding: 0 32px 0 16px
}

#timeline .toggle-content h3 {
    margin: 0 48px 0 0;
    font-size: 1.8125em
}

.toggle-image, .toggle-image-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.toggle-image-container {
    width: 42%;
    overflow: hidden
}

.no-backgroundsize .toggle-image-container {
    max-width: 395px
}

.toggle-image {
    width: 100%;
    background-repeat: no-repeat
}

#overlay button, .toggle-image .icon-zoom {
    position: absolute;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat
}

.ie8 .toggle-image {
    background-position: left center;
    filter: alpha(opacity=50)
}

#overlay button, .promotion .callout-image, .backgroundsize .toggle-image, .toggle-image .icon-zoom {
    background-position: center center
}

.backgroundsize .toggle-image {
    background-size: cover
}

.csstransitions .toggle-image {
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 250ms cubic-bezier(0, 0, .2, 1)
}

.opacity .open .toggle-image, .opacity .toggle-image:focus {
    opacity: 1
}

.ie8 .open .toggle-image, .ie8 .toggle-image:focus {
    filter: alpha(opacity=100)
}

.fact .toggle-image-container .share-bar-container {
    background-color: #b72a2a
}

.music .toggle-image-container .share-bar-container {
    background-color: #365678
}

.csstransitions .toggle-image-container .share-bar-container {
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .2, 1);
    transition: transform 250ms cubic-bezier(0, 0, .2, 1)
}

.csstransitions .open .toggle-image-container .share-bar-container {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.toggle-image .icon-zoom {
    top: 8px;
    right: 8px
}

.csstransitions .icon-zoom {
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 250ms cubic-bezier(0, 0, .2, 1)
}

.csstransitions .open .icon-zoom {
    opacity: 1
}

.no-csstransitions .icon-zoom, .no-csstransitions .toggle-image-container .share-bar-container {
    visibility: hidden
}

.no-csstransitions .open .icon-zoom, .no-csstransitions .open .toggle-image-container .share-bar-container {
    visibility: visible
}

.svg .toggle-image .icon-zoom {
    background-image: url(/wp-content/themes/marthawhite/images/svg/icon-zoom.svg);
    background-size: contain
}

.no-svg .toggle-image .icon-zoom {
    background-image: url(/wp-content/themes/marthawhite/images/no-svg/icon-zoom.png)
}

#overlay-container {
    display: none;
    position: relative;
    z-index: 9999;
    padding: 64px 8px
}

#overlay-background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #000
}

.opacity #overlay-background {
    opacity: .5
}

.ie8 #overlay-background {
    filter: alpha(opacity=50)
}

#overlay {
    position: relative;
    margin: 0 auto;
    border: 8px solid #fff
}

#overlay button {
    top: 4px;
    right: 4px;
    margin: 0;
    border: none;
    border-radius: 50%;
    padding: 0;
    background-color: #3f84cf
}

.svg #overlay button {
    background-image: url(/wp-content/themes/marthawhite/images/svg/icon-close.svg);
    background-size: 16px
}

.no-svg #overlay button {
    background-image: url(/wp-content/themes/marthawhite/images/no-svg/icon-close.png)
}

.audio-container {
    margin: 16px 0 0
}

audio {
    width: 100%
}

.copa, .no-audio audio {
    display: none
}

@media screen and (max-width: 1000px) {
    #timeline .toggle {
        margin: 24px 0 0 112px
    }

    #timeline .date + .toggle {
        margin: 0 0 0 112px
    }

    .date {
        padding: 0 0 0 40px;
        font: 1.6875em/1em Satisfy, sans-serif
    }

    .date:before {
        width: 32px
    }

    .toggle-image-container {
        width: 40%
    }

    #timeline .toggle-content {
        margin: 0 0 0 40%
    }
}

@media screen and (max-width: 640px) {
    #timeline-container {
        border-left: none
    }

    #timeline-key {
        text-align: left
    }

    #timeline .toggle {
        padding: 152px 0 16px
    }

    #timeline .date + .toggle, #timeline .toggle {
        margin: 8px 0 0
    }

    .date {
        position: relative;
        padding: 0 0 16px;
        font-size: 1.875em;
        text-align: center
    }

    .date:before {
        top: auto;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 16px;
        border-top: none;
        border-left: 1px solid #3e3b37
    }

    #timeline .toggle-content {
        margin: 0;
        padding: 0 16px
    }

    #timeline .toggle-content h3 {
        font-size: 1.5625em
    }

    .toggle-image-container {
        width: 100%;
        height: 128px
    }

    .toggle-info {
        width: auto;
        padding: 0;
        margin: 12px 0 0
    }
}

.promotions .content {
    border: none;
    padding: 0;
    background-color: transparent
}

.promotion .callout {
    position: relative;
    margin: 32px 0 0;
    padding: 64px 0;
    background-color: #eee9e4
}

.promotion .callout:first-child {
    margin: 0
}

.promotion .callout-info {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 32px
}

.promotion .callout-info h3 {
    font: 1.8125em/1.25em Satisfy, serif
}

.promotion .callout-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat
}

.copa-box {
    position: relative;
    color: #436a95;
    font-weight: 700
}

.copa {
    color: #000;
    font-weight: 400;
    position: absolute;
    top: auto;
    bottom: 20px;
    padding: 10px;
    width: 300px;
    left: -200px;
    background: #FFF;
    border: 1px solid #acacac
}

.copa-box:hover copa {
    display: block
}

.backgroundsize .promotion .callout-image {
    background-size: cover
}

div.home-bottom-callout-callout .callout-image {
    background-image: url(/wp-content/themes/marthawhite/images/promotions-cornbread-cook-off-winner.jpg)
}

div.home-bottom-callout-callout .callout-image img {
    position: absolute;
    left: 0;
    bottom: 0
}

#muffin-challenge .callout-image {
    background-image: url(/wp-content/themes/marthawhite/images/promotions-muffin-challenge.jpg)
}

#muffin-challenge .callout-image img {
    position: absolute;
    top: 16px;
    left: 16px
}

#marthas-favorites .callout-image {
    background-image: url(/wp-content/themes/marthawhite/images/promotions-marthas-favorites.jpg)
}

#marthas-favorites .callout-image img {
    position: relative;
    margin: 0 auto;
    top: 96px
}

#promotion-1 .callout-image {
    background-image: url(/wp-content/themes/marthawhite/images/promotions-promotion-1.jpg)
}

.promotion .callout .scallops {
    top: 0;
    left: 0;
    background: url(/wp-content/themes/marthawhite/images/scallops-bottom.png) center 0 repeat-x
}

.pinterest-overlay {
    max-width: 30%;
    max-height: 100%;
    left: -10px;
    top: 20px;
    position: relative;
    opacity: .8
}

.loading .map-container, .loading .result {
    opacity: .5
}

@media screen and (max-width: 880px) {
    #marthas-favorites .button-container {
        width: 160px
    }

    #marthas-favorites .button-container > * {
        display: block;
        text-align: center;
        margin: 8px 0 0
    }

    #marthas-favorites .button-container > :first-child {
        margin: 0
    }
}

@media screen and (max-width: 640px) {
    div.home-bottom-callout-callout .callout-image img {
        top: 120px
    }

    .promotions .header-title h2 {
        font-size: 2.375em
    }

    .promotion .header-title h2 {
        font-size: 4em
    }

    .promotion .callout {
        margin: 16px 0 0;
        padding: 0
    }

    .promotion .callout-info {
        width: auto;
        padding: 16px
    }

    .promotion .callout-image {
        position: static;
        width: auto;
        height: 240px
    }
}

.registrationForm {
    background-color: #f6f2ee;
    padding: 40px;
    border: 1px solid #c8c8c8
}

.divider {
    height: 100%;
    width: 5%;
    float: left
}

.recipeNameDisplay {
    font: 1.2em
}

.AddressDisplay {
    display: inline-block;
    vertical-align: top
}

.PhoneDisplay {
    padding-left: 30px
}

.BirthDisplay, .EmailAddressDisplay, .RetailerDisplay {
    vertical-align: middle
}

.registrationForm .month-column {
    width: 55%;
    float: left
}

.registrationForm .year-column {
    width: 32%;
    float: left
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    max-width: 100%;
    width: 500px
}

.registrationForm .why-column {
    padding-top: 5px
}

.review-label {
    font: 700 1.0625em/1.25em Lora, serif;
    color: #3e3b37;
    margin-top: 15px;
    vertical-align: top
}

.registrationForm .divider {
    height: 100%;
    width: 5%;
    float: left;
    margin-top: 16px
}

.recipe-review {
    background-color: #FFF;
    border: 1px solid #c8c8c8;
    padding: 10px
}

.registrationForm .editor-field {
    padding-right: 15px
}

.column {
    float: left;
    width: 45%
}

.registrationForm fieldset {
    padding-right: 4px;
    padding-left: 4px
}

.registrationForm .select-container {
    margin: 8px 0 0
}

#ineligible .social-container, #registration-complete .content .social-container .share {
    margin: 0 0 0 8px;
    padding: 64px 32px 0;
    background-color: #eee9e4;
    border: 1px solid #c9c8c6
}

.registrationForm .name {
    width: 47%;
    float: left
}

.registrationForm input[type=text] {
    height: 42px
}

.registrationForm .postal-column {
    width: 30%;
    float: left
}

.registrationForm .state-column {
    width: 65%;
    float: left
}

#registration-complete .content .social-container {
    float: left;
    width: 66%
}

#ineligible .social-container {
    height: 122px;
    float: left;
    width: 80%
}

#registration-complete .content .social-container .share {
    height: 222px
}

#registration-complete .content .social-container-small {
    float: right;
    width: 33%
}

#registration-complete .content .social-container-small .image {
    height: 68px;
    padding-top: 32px;
    padding-right: 32px;
    background-color: #f6f2ee;
    background-size: cover;
    background-image: url(/wp-content/themes/marthawhite/images/facebook-cover.jpg)
}

#registration-complete .content .social-container-small .share {
    height: 122px;
    margin: 0;
    border: 1px solid #c9c8c6;
    padding: 8px 32px 56px;
    background-color: #f6f2ee;
    background-size: cover
}

@media screen and (max-width: 1000px) {
    .column, .registrationForm #stepOne_StateProvince {
        width: 100%;
        float: left
    }

    .recipe-review {
        margin-top: 24px
    }

    #registration-complete .content .social-container .share {
        height: 282px;
        padding: 64px 32px 0;
        background-color: #eee9e4
    }

    #registration-complete .content .social-container-small .share {
        height: 182px;
        margin: 0;
        border: 1px solid #c9c8c6;
        padding: 8px 32px 56px;
        background-color: #f6f2ee;
        background-size: cover
    }

    .registrationForm .postal-column, .registrationForm .state-column {
        width: 33%;
        float: left
    }

    .registrationForm .phone-column {
        width: 65%;
        float: left
    }
}

@media screen and (max-width: 640px) {
    pre {
        width: 250px
    }

    .column, .registrationForm .phone-column {
        width: 100%;
        float: left
    }

    .registrationForm label {
        width: 200px
    }

    #ineligible .social-container, #registration-complete .content .social-container .share {
        padding-left: 32px;
        margin: 0
    }

    #registration-complete .content .social-container-small {
        padding: 10px 0;
        float: right;
        width: 100%
    }

    #registration-complete .content .social-container {
        float: left;
        width: 100%
    }

    .registrationForm .divider {
        width: 0
    }

    .registrationForm .name {
        width: 100%;
        float: left
    }

    .registrationForm .year-column {
        width: 65%;
        float: left
    }

    .registrationForm .why-column {
        padding-top: 20px
    }

    .registrationForm .month-column {
        width: 100%;
        float: left
    }

    .registrationForm #stepOne_StateProvince {
        width: 95%
    }

    .registrationForm .postal-column, .registrationForm .state-column {
        width: 45%;
        float: left
    }
}

.contest h3, .contest h4, .contest h5 {
    font: 1.8125em/1.5em Satisfy, sans-serif
}

.contest .promo {
    color: #fff
}

#muffin-recipe-contest .contest .promo {
    width: 50%
}

.contest .promo .promo-content {
    position: relative;
    background: url(/wp-content/themes/marthawhite/images/scallops-bottom.png) center 0 repeat-x #354464
}

.contest .promo .promo-content a {
    color: #a4d2ec
}

.contest .promo .figure {
    top: 16px
}

.contest .promo .promo-content a:hover {
    color: #56bcf7
}

#muffin-recipe-contest .contest .promo .promo-content {
    height: 176px
}

#cornbread-festival .promo-content {
    padding: 62px 32px 50px 280px
}

#cornbread-festival .promo-content .button-container {
    margin: 32px 0 0 32px;
    float: left
}

#cornbread-festival .promo-content .left {
    width: 90%;
    float: left
}

#cornbread-festival .promo-finalist-list {
    background: #354464;
    padding-top: 1.5em 0 0 17.5em
}

.backgroundsize .winner-image, .promotion-image {
    background-size: cover
}

#results .preloader, .promotion-image, .winner-image {
    background-position: center center
}

#cornbread-festival .promo-finalist-container {
    border-top: 1px solid #e1ddd8;
    width: 70%;
    float: right;
    margin-right: 45px;
    padding-top: 1em
}

#cornbread-festival .promo-finalist-group {
    float: left;
    width: 110px;
    margin: 0 3.25em 1.5em 0
}

#cornbread-festival .promo-finalist-group:last-child {
    margin-right: 0
}

#official-rules-button {
    background-color: gray;
    color: red
}

#muffin-contest-intro {
    float: left
}

#muffin-contest-intro .promo-content {
    margin: 0 8px 0 0;
    padding: 32px 24px 0 180px
}

#tallying-votes {
    float: right
}

.promotion-info, .winner {
    float: left;
    width: 33.33333333%
}

#tallying-votes .promo-content {
    margin: 0 0 0 8px;
    padding: 32px 24px 0 112px
}

.contest .promo figure {
    position: absolute;
    top: 32px
}

#muffin-recipe-contest .contest .promo figure {
    left: 24px
}

#cornbread-festival figure {
    left: 24px;
    top: 16px
}

#cornbread-festival .button {
    font-weight: 700;
    color: #b72a2a;
    background-color: #e1ddd8;
    display: block
}

#cornbread-festival .button .blue {
    font-weight: 700;
    color: #b72a2a;
    background-color: #1c354f
}

.contest-header {
    padding-top: 24px;
    padding-left: 8px;
    padding-bottom: 24px
}

.no-touch #cornbread-festival .button:hover {
    background-color: #fff
}

.promotion-info section, .winner section {
    padding: 8px 0 0;
    background-color: #f6f2ee;
    border: 1px solid #c9c8c6
}

.contest .promo figcaption {
    margin: 8px 0 0;
    font: 1.4375em/1em Satisfy, sans-serif;
    text-align: center
}

.promo-container > p {
    text-align: right
}

.winner-container {
    margin: 48px 0 0
}

#crowd-pleasers, .winner {
    margin: 16px 0 0
}

.winner section {
    height: 496px
}

.winner .first {
    margin: 0 8px 0 0
}

.winner .second {
    margin: 0 4px
}

.winner .third {
    margin: 0 0 0 8px
}

.winner-image {
    height: 224px;
    margin: 0 8px;
    background-repeat: no-repeat
}

.promotion-info {
    margin: 16px 0 0
}

.promotion-info h5 {
    font: 1.8125em/1em Satisfy, sans-serif
}

.promotion-info section {
    height: 400px
}

.promotion-info .first {
    margin: 0 4px 0 0
}

.promotion-info .second {
    margin: 0 2px
}

.promotion-info .third {
    margin: 0 0 0 4px
}

.promotion-image {
    height: 112px;
    margin: 0 8px;
    background-repeat: no-repeat;
    overflow: hidden
}

.winner-info {
    margin: 24px 24px 0
}

.winner-info h6 {
    font: 700 .875em/1em Lora, serif;
    margin: 12px 0
}

.winner-info p {
    margin: .5em 0 0
}

.contest footer {
    margin: 24px 0 0
}

@media screen and (min-width: 1200px) {
    #muffin-recipe-contest .contest .promo .promo-content {
        height: 140px
    }
}

@media screen and (max-width: 1120px) {
    #cornbread-festival .promo-content .left {
        width: 64%
    }

    #cornbread-festival .promo-finalist-group {
        margin-right: 1.5em
    }
}

@media screen and (max-width: 1000px) {
    .contest h5 {
        font: 1.375em/1em Satisfy, sans-serif
    }

    #cornbread-festival .promo-content {
        padding: 64px 32px 24px 280px;
        height: auto
    }

    #cornbread-festival .button {
        display: inline
    }

    #cornbread-festival .promo-content .left {
        width: 100%;
        float: left
    }

    #cornbread-festival .promo-content .button-container {
        margin: 32px 0 0
    }

    #cornbread-festival .promo-finalist-container {
        margin: 0 auto;
        width: 90%;
        float: none
    }

    #cornbread-festival .promo-finalist-group {
        margin-right: 1.5em
    }

    #muffin-recipe-contest .promo {
        float: none;
        margin: 8px 0 0
    }

    #muffin-recipe-contest .contest .promo {
        width: auto
    }

    #muffin-recipe-contest .promo:first-child {
        margin: 0
    }

    #muffin-recipe-contest .contest .promo .promo-content {
        margin: 0;
        height: auto
    }

    #muffin-contest-intro .promo-content {
        min-height: 90px;
        padding: 32px 24px 32px 180px
    }

    #tallying-votes .promo-content {
        padding: 32px 24px 32px 112px
    }

    .winner section {
        height: 472px
    }

    .winner .first {
        margin: 0 4px 0 0
    }

    .winner .second {
        margin: 0 2px
    }

    .winner .third {
        margin: 0 0 0 4px
    }

    .winner-image {
        height: 160px
    }

    .winner-info {
        margin: 16px 16px 0
    }
}

@media screen and (max-width: 460px) {
    #cornbread-festival .promo-finalist-group {
        margin: 0 1em 1em
    }

    #cornbread-festival .promo-finalist-group:last-child {
        width: 100%;
        margin-top: -10px
    }

    #cornbread-festival .promo-finalist-group:last-child p {
        display: inline-block
    }

    #cornbread-festival .promo-finalist-group:last-child p:first-child {
        margin-right: 3.75em
    }
}

@media screen and (max-width: 640px) {
    #cornbread-festival .promo-content, #muffin-recipe-contest .promo-content {
        padding: 24px 16px 16px
    }

    #cornbread-festival .promo-content .button-container {
        float: left
    }

    #cornbread-festival .button-container > .button {
        display: block
    }

    #cornbread-festival .button-container > .no-button {
        margin-left: 0;
        float: left
    }

    #cornbread-festival .promo-finalist-container {
        width: 95%
    }

    .contest .promo figure {
        position: static;
        margin: 8px 0 0
    }

    .contest .promo figure img {
        margin: 0 auto
    }

    .contest h3 {
        font-size: 1.75em
    }

    .contest h4 {
        font-size: 1.375em
    }

    .winner-container {
        margin: 32px 0 0
    }

    .promotion-info, .winner {
        float: none;
        width: auto;
        margin: 8px 0 0
    }

    .winner section {
        height: auto;
        padding: 8px 0 16px
    }

    .contest .winner section {
        margin: 0
    }

    .winner-image {
        height: 192px
    }
}

#cornbread-recipe-contest .header-title {
    overflow: visible
}

#where-to-buy input[type=text], #where-to-buy select {
    width: auto
}

#where-to-buy .select-product #GroupId {
    width: 210px
}

#where-to-buy .select-product #ProductUpc[disabled] {
    width: 128px
}

#where-to-buy .find-a-store {
    overflow: hidden
}

#where-to-buy .find-a-store div[class$='-container'] {
    float: left;
    padding: 0 0 0 4px
}

#where-to-buy .find-a-store label + div[class$='-container'] {
    padding: 0 4px 0 0
}

#results {
    display: none;
    position: relative;
    margin-top: 24px
}

#results.show, .location span {
    display: block
}

#results > p {
    margin: 0
}

.map-container {
    position: relative;
    height: 400px;
    margin: 16px 0 0;
    border: 1px solid #c9c8c6
}

#map {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%
}

.location-container {
    width: 25%;
    height: 100%;
    border-right: 1px solid #c9c8c6;
    background-color: #f6f5f3;
    overflow-y: scroll
}

.location-container ul {
    margin: 0;
    padding: 24px 16px;
    list-style-type: none
}

.location {
    margin: 16px 0 0;
    padding: 0 0 0 32px;
    background: no-repeat
}

.location:first-child {
    margin: 0
}

.location .distance span, .location .phone span {
    display: inline
}

.location .city-state, .location .name, .location .street {
    font-weight: 700;
    text-transform: uppercase
}

#results .pagination-container {
    margin-top: 24px
}

@media screen and (max-width: 1000px) {
    #map {
        width: 60%
    }

    .location-container {
        width: 40%
    }
}

@media screen and (max-width: 682px) {
    #where-to-buy input[type=text], #where-to-buy select {
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    #where-to-buy .find-a-store div[class$='-container'] {
        float: none;
        width: auto
    }

    #where-to-buy .form .find-a-store div[class$='-container'] {
        padding: 0
    }

    #results .pagination-container {
        margin-top: 16px
    }

    #results {
        padding: 16px 0
    }

    #results > p {
        margin: 0 16px
    }

    .map-container {
        height: auto;
        border: none;
        border-top: 1px solid #c9c8c6;
        border-bottom: 1px solid #c9c8c6
    }

    #map {
        visibility: hidden
    }

    .location-container {
        width: auto;
        border-right: none;
        overflow-y: visible
    }

    .location-container ul {
        padding: 16px
    }
}

#company-news .column-container, #site-map .column-container {
    overflow: hidden
}

#newsletter-form .fieldset-container {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 0 0 0 4px
}

.newsletter .special-note {
    width: 50%;
    margin: 1em 0 0
}

.newsletter .special-note b {
    display: block;
    margin: 0 0 1em
}

#newsletter-sign-up .content-container .content {
    background-color: #FFF
}

@media screen and (max-width: 640px) {
    #newsletter-form .fieldset-container {
        float: none;
        width: auto;
        margin: 16px 0 0;
        padding: 0
    }

    .newsletter .special-note {
        width: auto
    }
}

.contact .topic {
    max-width: 384px
}

#contact-martha-white .content {
    border: none;
    padding: 0;
    background-color: transparent;
    overflow: hidden
}

#contact-martha-white .content h3 {
    font-size: 1.75em
}

#contact-martha-white .content p {
    font-weight: 700
}

#contact-martha-white .content > div {
    float: left
}

#contact-martha-white #phone {
    width: 24%
}

#contact-martha-white #postal-address {
    width: 30%
}

#contact-martha-white #email {
    width: 46%
}

#contact-martha-white .content section {
    height: 192px;
    margin: 0 0 0 8px;
    border: 1px solid #c9c8c6;
    padding: 64px 32px 0;
    background-color: #eee9e4
}

#contact-martha-white .content div:first-child section {
    margin: 0
}

@media screen and (max-width: 1000px) {
    #contact-martha-white #email, #contact-martha-white #phone, #contact-martha-white #postal-address {
        width: 33.33333333%
    }

    #contact-martha-white .content section {
        height: 212px;
        padding: 32px 32px 0
    }
}

@media screen and (max-width: 640px) {
    .contact .topic {
        max-width: none
    }

    #contact-martha-white .content > div {
        float: none;
        margin: 8px 0 0
    }

    #contact-martha-white .content > div:first-child {
        margin: 0
    }

    #contact-martha-white #email, #contact-martha-white #phone, #contact-martha-white #postal-address {
        width: auto
    }

    #contact-martha-white .content section {
        height: auto;
        margin: 0;
        padding: 24px 16px
    }
}

#select-product select {
    width: auto
}

#select-product #ProductGroup {
    width: 210px
}

#select-product #Product[disabled] {
    width: 128px
}

#about-question .form-container, #select-product input[type=text] {
    max-width: 512px
}

@media screen and (max-width: 682px) {
    #select-product input[type=text], #select-product select {
        width: 100%
    }

    #select-product input[type=text] {
        max-width: none
    }
}

#about-question section {
    margin: 2em 0 0
}

#about-question section:first-child {
    margin: 0
}

#about-question section h3 {
    font-size: 1.875em
}

#about-question section:first-child h3 {
    font-size: 2.5625em
}

.appearance #about-question #state-province select {
    width: auto
}

.no-appearance #about-question #state-province select {
    width: 203px
}

@media screen and (max-width: 640px) {
    #about-question .form-container {
        max-width: none
    }

    .woff[class~=appearance] #about-question #state-province select {
        width: 100%
    }
}

#company-news .content {
    border: none;
    padding: 0;
    background-color: transparent
}

#company-news .column-container > div {
    float: left
}

#company-news .left-column {
    width: 25%
}

#company-news aside {
    margin: 0 8px 0 0;
    border: 1px solid #c9c8c6;
    padding: 32px 16px;
    background-color: #eee9e4
}

#company-news aside h3 {
    font-size: 1.8125em
}

#company-news aside figure {
    margin: 16px 0 0
}

#company-news .right-column {
    width: 75%
}

#company-news .right-column .toggle {
    background-image: none
}

#company-news .right-column h4 {
    font: 700 1.1875em/1em Lora, serif
}

#company-news .right-column td {
    text-align: left;
    width: 33.33333333%;
    vertical-align: middle
}

#company-news .right-column .button {
    margin: 0
}

@media screen and (max-width: 880px) {
    #company-news .column-container > div {
        float: none;
        width: auto
    }

    #company-news aside {
        margin: 0;
        padding: 16px;
        overflow: hidden
    }

    #company-news aside > * {
        float: left
    }

    #company-news aside figure {
        margin: 0 0 0 64px
    }

    #company-news .right-column {
        margin: 8px 0 0
    }
}

@media screen and (max-width: 512px) {
    #company-news aside > * {
        float: none
    }

    #company-news aside figure {
        margin: 16px 0 0
    }
}

@media screen and (max-width: 660px) {
    #company-news .right-column td {
        display: block;
        width: auto;
        margin: 8px 0 0;
        padding: 0
    }

    #company-news .right-column td:first-child {
        margin: 0
    }
}

#press-release .content h2 {
    font: 700 2.25em/1em Lora, serif;
    text-align: center
}

#press-release .content h3 {
    font: 700 1.625em/1em Lora, serif;
    text-align: center
}

#press-release h2 + h3 {
    margin: .5em 0 0
}

.press-release-recipe h4 {
    margin: 1em 0 0;
    font-weight: 700;
    text-align: center
}

.press-release-recipe ul {
    list-style-type: none;
    padding: 0
}

#privacy-policy h3 {
    font-size: 1.8125em
}

#privacy-policy section {
    margin: 2em 0 0
}

#site-map .column {
    float: left
}

#site-map .column:first-child + .column {
    margin: 0 0 0 96px
}

#site-map ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#site-map ul li {
    margin: 2em 0 0;
    font: 700 1em/1em Lora, sans-serif
}

#site-map ul li:first-child {
    margin: 0
}

#site-map ul ul {
    margin: 1em 0 0;
    padding: 0 0 0 16px;
    list-style-type: disc
}

#site-map ul ul li {
    margin: 1em 0 0;
    font: .875em/1em Lora, sans-serif
}

#site-map ul ul li a {
    text-decoration: underline
}

@media screen and (max-width: 640px) {
    #site-map .column-container {
        overflow: visible
    }

    #site-map .column {
        float: none
    }

    #site-map .column:first-child + .column {
        margin: 2em 0 0
    }
}

#search-results .result-controls, .result {
    overflow: hidden
}

#unsubscribe .content-container .content {
    background-color: #FFF
}

#unsubscribe .input-container {
    max-width: 512px
}

#StepThree .input-container {
    max-width: 200px
}

#search-results .fieldset-container {
    margin: 0
}

#search-results input[type=text] {
    padding: 10px 46px 9px 12px;
    background: url(/wp-content/themes/marthawhite/images/icon-search-field.png) right center no-repeat #fff
}

#search-results .result-total {
    margin: 32px 0 0;
    font-weight: 700
}

.result-total + .result-controls {
    margin: 12px 0 0
}

#search-results .checklist {
    float: left;
    margin: 0;
    padding: 16px 32px;
    background-color: #d4d1cc
}

#search-results .checklist label {
    display: inline-block;
    margin: 0 0 0 32px;
    text-transform: uppercase
}

#search-results .checklist label:first-child {
    margin: 0
}

#search-results .pagination-container {
    float: right;
    padding: 12px 0 13px
}

#search-results .result-container {
    position: relative
}

.result {
    border-top: 1px solid #bebbb5;
    padding: 16px 0
}

.result:first-child {
    border-top: none
}

.result > div {
    float: left
}

.result-image {
    width: 12%
}

.result-info {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 86%;
    padding: 0 0 0 16px
}

@media screen and (max-width: 900px) {
    #search-results .checklist {
        float: none;
        padding: 16px 32px
    }

    #search-results .pagination-container {
        float: none;
        margin: 16px 0 0;
        padding: 0
    }

    #search-results .checklist label {
        display: block;
        margin: 8px 0 0
    }
}

.ie8 .default .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/default-01.jpg)
}

.ie8 .about-cooking .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/default-02.jpg)
}

.ie8 #marthas-tips .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/marthas-tips.jpg)
}

.ie8 #products .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/products.jpg)
}

.ie8 .biscuit .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/biscuit.jpg)
}

.ie8 .coffee-cake .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/coffee-cake.jpg)
}

.ie8 .cornbread .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/cornbread.jpg)
}

.ie8 .corn-meal .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/corn-meal.jpg)
}

.ie8 .flour .header-background {
    background-image: url(/marthawhite/static/images/headers/desktop/flour.jpg)
}

.ie8 .hush-puppies .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/hush-puppies.jpg)
}

.ie8 .muffin .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/muffin.jpg)
}

.ie8 .pizza-crust .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/pizza-crust.jpg)
}

.ie8 #faq .header-background {
    background-image: url(/marthawhite/static/images/headers/desktop/faq.jpg)
}

.ie8 #recipes .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/recipes.jpg)
}

.ie8 #our-story .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/our-story.jpg)
}

.ie8 #promotions .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/promotions.jpg)
}

.ie8 #company-news .header-background, .ie8 #muffin-official-rules .header-background, .ie8 #muffin-recipe-contest .header-background, .ie8 #newsletter-survey-official-rules .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/default-03.jpg)
}

.ie8 #cornbread-official-rules .header-background, .ie8 #cornbread-recipe-contest .header-background, .ie8 #cornbread-recipe-contest-registration .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/cornbread-recipe-contest-registration.jpg)
}

.ie8 #where-to-buy .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/default-02.jpg)
}

.ie8 .contact .header-background {
    background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/contact.jpg)
}

@media screen and (min-width: 1000px) {
    .default .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/default-01.jpg)
    }

    .about-cooking .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/default-02.jpg)
    }

    #marthas-tips .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/marthas-tips.jpg)
    }

    #products .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/products.jpg)
    }

    .biscuit .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/biscuit.jpg)
    }

    .coffee-cake .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/coffee-cake.jpg)
    }

    .cornbread .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/cornbread.jpg)
    }

    .corn-meal .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/corn-meal.jpg)
    }

    .flour .header-background {
        background-image: url(/marthawhite/static/images/headers/desktop/flour.jpg)
    }

    .hush-puppies .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/hush-puppies.jpg)
    }

    .muffin .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/muffin.jpg)
    }

    .pizza-crust .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/pizza-crust.jpg)
    }

    #faq .header-background {
        background-image: url(/marthawhite/static/images/headers/desktop/faq.jpg)
    }

    #recipes .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/recipes.jpg)
    }

    #our-story .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/our-story.jpg)
    }

    #promotions .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/promotions.jpg)
    }

    #company-news .header-background, #muffin-official-rules .header-background, #muffin-recipe-contest .header-background, #newsletter-survey-official-rules .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/default-03.jpg)
    }

    #cornbread-official-rules .header-background, #cornbread-recipe-contest .header-background, #cornbread-recipe-contest-registration .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/cornbread-recipe-contest-registration.jpg)
    }

    #where-to-buy .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/default-02.jpg)
    }

    .contact .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/desktop/contact.jpg)
    }
}

@media screen and (max-width: 1000px) {
    .default .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/default-01.jpg)
    }

    .about-cooking .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/default-02.jpg)
    }

    #marthas-tips .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/marthas-tips.jpg)
    }

    #products .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/products.jpg)
    }

    .biscuit .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/biscuit.jpg)
    }

    .coffee-cake .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/coffee-cake.jpg)
    }

    .cornbread .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/cornbread.jpg)
    }

    .corn-meal .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/corn-meal.jpg)
    }

    .flour .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/flour.jpg)
    }

    .hush-puppies .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/hush-puppies.jpg)
    }

    .muffin .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/muffin.jpg)
    }

    .pizza-crust .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/pizza-crust.jpg)
    }

    #faq .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/faq.jpg)
    }

    #recipes .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/recipes.jpg)
    }

    #our-story .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/our-story.jpg)
    }

    #promotions .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/promotions.jpg)
    }

    #company-news .header-background, #muffin-official-rules .header-background, #muffin-recipe-contest .header-background, #newsletter-survey-official-rules .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/default-03.jpg)
    }

    #cornbread-official-rules .header-background, #cornbread-recipe-contest .header-background, #cornbread-recipe-contest-registration .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/cornbread-recipe-contest-registration.jpg)
    }

    #where-to-buy .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/default-02.jpg)
    }

    .contact .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/tablet/contact.jpg)
    }


    #southern-basics > a {
        display: inline-block;
        width: 256px;
        left: 0px;
        position: absolute;
        height: 100%;
        overflow: hidden;
    }

    #southern-basics > a > div.callout-image {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

}

@media screen and (max-width: 640px) {
    .default .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/default-01.jpg)
    }

    .about-cooking .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/default-02.jpg)
    }

    #marthas-tips .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/marthas-tips.jpg)
    }

    #products .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/products.jpg)
    }

    .biscuit .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/biscuit.jpg)
    }

    .coffee-cake .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/coffee-cake.jpg)
    }

    .cornbread .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/cornbread.jpg)
    }

    .corn-meal .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/corn-meal.jpg)
    }

    .flour .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/flour.jpg)
    }

    .hush-puppies .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/hush-puppies.jpg)
    }

    .muffin .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/muffin.jpg)
    }

    .pizza-crust .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/pizza-crust.jpg)
    }

    #faq .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/faq.jpg)
    }

    #recipes .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/recipes.jpg)
    }

    #our-story .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/our-story.jpg)
    }

    #promotions .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/promotions.jpg)
    }

    #company-news .header-background, #muffin-official-rules .header-background, #muffin-recipe-contest .header-background, #newsletter-survey-official-rules .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/default-03.jpg)
    }

    #cornbread-official-rules .header-background, #cornbread-recipe-contest .header-background, #cornbread-recipe-contest-registration .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/cornbread-recipe-contest-registration.jpg)
    }

    #where-to-buy .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/default-02.jpg)
    }

    .contact .header-background {
        background-image: url(/wp-content/themes/marthawhite/images/headers/mobile/contact.jpg)
    }

    .share-bar .share-facebook:before {
        content: "";
        left: auto
    }


}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.content .pad-bottom {
    margin-bottom: 1em
}

.content .press-release .column-1 {
    width: 60%
}

.content .press-release .column-2 {
    width: 30%
}

.content .press-release p:first-child {
    margin-top: 1em
}

@media only screen and (max-width: 480px) {
    .content .press-release .column-1, .content .press-release .column-2 {
        width: 100%
    }
}

/* 16-03-16 For Contact Page*/
#contact-martha-white #email {
    width: 100%;
}

#contact-martha-white .content section {
    height: auto;
    margin: 0 0 40px 0px !important;
    padding: 40px;
}

#contact-martha-white .content section h3 {
    margin-top: 40px;
}

#contact-martha-white .content section h3:first-child {
    margin-top: 0px;
}

.blueBtn {
    display: inline-block;
    margin: 5px 5px 0 0;
    border: none;
    padding: 12px 16px;
    font: Lora, serif;
    text-align: center;
    color: #fff;
    background-color: #436A95;
    font-size: 15px;
    text-decoration: none;
}

.blueBtn:hover {
    background-color: #3F6084;
    color: #fff !important;
}

#rblProductFeedback label, #rblProductFeel label {
    display: inline-block;
    font-weight: normal;
}

#rblProductFeedback input[type="radio"], #rblProductFeel input[type="radio"] {
    margin-left: 0px;
}

#ddlProductTopic {
    max-width: 400px;
}

.reqStar:before {
    content: "* ";
    color: #B62A2A;
}

span.error-messages {
    color: #C00;
    padding: 0px;
    font-size: 13px !important;
    font-weight: normal;
    margin-top: 2px;
    display: block;
    font-family: Lora, serif
}

#step2.contact-step-two .lessMargin {
    max-width: 512px;
}

#step2 #birthMonth, #step2 #birthYear {
    padding: 8px 8px 8px 8px;
    max-width: 140px;
    display: inline-block; /*background-image: none;*/
}

#why-dob-message-icon img {
    display: inline;
    cursor: help;
}

#why-dob-message {
    max-width: 380px;
    font-size: 12px;
    line-height: 18px;
    border: solid 1px #cfcfcf;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
}

#pnlProduct1 #step1 > * {
    max-width: 400px;
}

#pnlProduct1 #step1 > h2 {
    max-width: none;
}

#pnlProduct1 #step1 select {
    padding: 8px 8px 8px 8px;
}

#birthYear-error {
    display: block;
}

#age-error {
    display: block;
}

.followfbbtn {
    display: inline-block;
    text-decoration: none;
    margin: 1.25em 0px 0px;
    border: medium none;
    padding: 12px 16px;
    font: 14px Lora, serif;
    text-align: center;
    color: #FFF;
    background-color: #B62A2A;
}

.followfbbtn:hover {
    color: #FFF !important;
    background-color: #881616;
}

.followfbbtn:after {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/themes/marthawhite/images/icon/fb.png);
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 10px;
}

.callout-info-new-bottom {
    margin-top: 30px;
}

#GSASearchResults {
    list-style: none;
    padding: 0px;
}

#GSASearchResults li {
    margin: 18px 0 0 0;
}

.paginationControl {
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 20px 0px 10px;
    font: 16px Lora, serif;
    font-weight: bold;
}

.paginationControl * {
    color: #3E3B37;
    text-decoration: none;
}

.paginationControl .active, .paginationControl *:hover {
    color: #436A95 !important;
    text-decoration: underline;
}

.result-totalRighr {
    margin: -30px -90px 30px 0 !important;
    float: right;
}

#rblProductFeedback, #rblProductFeel {
    line-height: 24px;
}

@media only screen and (max-width: 640px) {
    #contact-martha-white .content section {
        padding: 24px 16px
    }

    .blueBtn {
        padding: 12px 13px;
    }

    #step2 #birthMonth, #step2 #birthYear {
        max-width: 120px;
    }
}


/**********
            recipes
                    ***********/
#controls-filters.open #filters-container {
    height: auto;
    -webkit-transition: height 250ms cubic-bezier(0, 0, .2, 1);
    transition: height 250ms cubic-bezier(0, 0, .2, 1);
}

#button-search {
    min-height: 42px;
}

/* 21 March 2016  For Recipes Page */

#button-search {
    min-height: 42px;
}

.borderimage .header-title p {
    border: solid 14px transparent;
    background-clip: padding-box;
    -webkit-border-image: url(/wp-content/themes/marthawhite/images/border-scallops.png) 14 round;
    -moz-border-image: url(/wp-content/themes/marthawhite/images/border-scallops.png) 14 round;
    border-image: url(/wp-content/themes/marthawhite/images/border-scallops.png) 14 round;
}

#toggle-filters {
    padding: 10px 18px 10px;
    height: 42px;
}

.homeShareImage img {
    max-width: 100%;
}

.promotion {
    padding-bottom: 0px;
}

body a {
    color: #436a95;
}

.no-touch body a:hover {
    color: #b72a2a;
}

.content .boxactive p, .content .boxactive {
    color: #222222;
}

.footer li li a:hover {
    color: #a5c3e5 !important;
    text-decoration: none !important;
}

#privacy-policy h3 {
    font-size: 20px;
}

.content p {
    color: #3e3b37;
}

.accordian h3:hover {
    color: #000;
    border: solid 1px #999999;
}

.accordian h3.tactive {
    color: #212121 !important;
    border-radius: 4px 4px 0 0 !important;
}

.toggle-content button {
    background-color: #b72a2a;
}

#headContent .blueBtn {
    margin-bottom: 20px;
}

span.label {
    color: #3e3b37;
    font-weight: 700;
}

#step2.contact-step-two h3 {
    margin: 30px 0 0;
    font-size: 1.875em;
}

.mt20 {
    margin-top: 20px;
}

.features .feature-container .feature .feature-info h3 {
    margin-top: 0px;
}

.feature-info {
    padding: 15px 18px 16px;
}

.features .feature-container .feature .feature-info .button-container a {
    margin-top: 0px;
}

.features .feature-image:after {
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background: url(/wp-content/themes/marthawhite/images/scallops-left.png) repeat-y;
    content: "";
    position: absolute;
    z-index: 10;
}


/* Store Finder Location Icon*/
.location-container .location {
    position: relative;
}

.location-container .location > span:first-child {
    top: 0;
    left: 0;
    width: 24px;
    height: 40px;
    background: url(/wp-content/themes/marthawhite/images/getpinimage.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    line-height: 23px;
    text-align: center;
    font-size: 10px;
}

.containerFooter {
    max-width: 1200px;
    margin: auto;
}

.footer-text {
    text-align: right;
    font-size: 16px;
    font-style: italic;
    margin: 10px 0px 0px 0px;
}


/*30 March CSS*/
.southern-pantry .feature-info h3 img {
    max-width: 100%;
}

/*-------------------------------Button Apperance For safari Browser ------------------------------------- */
button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], textarea {
    -webkit-appearance: none !important;
    outline: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}

/*#recipes #filters-container{height:auto;}*/
#site-map:after {
    clear: both;
    content: "";
    width: 100%;
    display: block;
}

.recommend a h4 {
    color: #3e3b37 !important;
}


@media screen and (min-width: 992px) {
    .accordian h3 {
        font-size: 1.23em !important;
        padding: 0.51em .5em 0.51em 2.23em !important;
        margin-top: 0px;
    }

    .accordian {
        margin-top: 18px !important;
    }

    .accordian div {
        margin-top: -3px !important;
    }


    body .footer {
        padding: 2em 0em 1em 0em;
    }

    .feature-info {
        min-height: 230px;
    }
}

#faq .col6 .toggle {
    margin: 0 4px 8px 0;
}

#faq .col6 + .col6 .toggle {
    margin: 0 0 8px 4px;
}

@media screen and (max-width: 1040px) {
    body #company-news .col3 {
        width: 20%;
    }

    body .feature {
        width: 49.4%;
    }

    body .footer {
        padding: 2em 15px 1em 15px;
    }

    .feature-container .feature-image {
        max-width: 280px;
    }

    .feature-container .feature-info {
        margin: 0 0 0 275px;
    }

    .southern-pantry .feature-info {
        margin: 0 0 0 0;
    }
}


@media screen and (max-width: 1000px) {

    #company-news #pimcore_editable_content_block .col9 {
        min-width: 100%;
    }

    body #home .callout-info {
        padding: 24px 20px 0;
    }

    body #company-news .col3 {
        width: auto;
    }

    body .feature {
        width: auto;
        float: none;
    }

    .feature-info {
        padding: 32px 32px 16px;
    }

    /* Navigation Left Start*/
    #header-container header {
        top: 10px;
        width: 138px;
        left: 50%;
        margin-left: -80px;
    }

    #menu-toggle {
        right: auto;
        left: 0;
    }

    #menu-container {
        left: -80%;
        width: 80%;
    }

    .csstransforms .menu-open #menu-container {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .menu-open #page-container {
        -webkit-transform: translateX(-80%);
        -ms-transform: translateX(-80%);
        transform: translateX(80%);
    }

    .svg-logo {
        width: 160px;
        margin-top: -15px;
    }

    /* Navigation Left Start End */

}

@media screen and (max-width: 992px) {
    .renderImage {
        right: 7% !important;
        width: 110px !important;
    }

    .homeShareImage img {
        max-width: 100%;
        height: auto !important;
    }

    .feature-container .feature-info {
        margin: 0 0 0 220px;
    }

    .southern-pantry .feature-info {
        margin: 0 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .renderImage {
    }

    .borderimage .header-title p {
        border: solid 0px transparent;
    }

    #response > p {
        padding: 0 15px;
    }

    .toggle {
        margin: 0 0px 8px 0 !important;
    }

    .homeShareImage img {
        width: auto !important;
        max-width: 100%;
    }

    .footer-text {
        text-align: center;
    }

    .features .feature-container .feature {
        height: auto;
    }

    .tab-container .tab > section {
        height: auto;
    }

    .tab-container .tab > section .tab-content {
        display: none;
    }

    .tab-container .tab > section.open .tab-content {
        display: block;
    }

    .footer-text {
        font-size: 13px;
    }

    /*Bug Fix 31-03-16*/
    #home .callout #southern-saying {
        height: auto;
        padding: 0px;
    }

    #home .callout div.home-bottom-callout .callout-info {
        margin: 16px 0;
    }

    #where-to-buy .renderImage {
        display: none;
    }

}

@media screen and (max-width: 640px) {
    .feature-info {
        padding: 0;
    }

    .feature .feature-image img {
        width: 100%;
    }

    .features .feature-image::after {
        top: auto;
        width: 100%;
        height: 8px;
        background: url(/wp-content/themes/marthawhite/images/scallops-top.png) repeat-x;
        bottom: 0px;
    }

    .promotion .callout-info-new {
        padding: 10px;
    }

    /*Bug Fix 31-03-16*/
    #privacy-policy .accordian h3, #termsofuse .accordian h3 {
        font-size: 15px;
        line-height: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #termsofuse .accordian h3 {
        font-size: 1.23em;
        line-height: 22px;
        padding: .5em .5em .5em 2.2em;
    }

    #privacy-policy .accordian h3 {
        font-size: 1.3em;
        line-height: 22px;
        padding: .5em .5em .5em 2.2em;
    }

}

/*Bug Fix 31-03-16*/
@media screen and (max-width: 480px) {
    .carousel {
        height: 416px;
    }

    .media-left {
        float: none;
        padding-top: 1em;
        width: 100%;
    }

    .media-right {
        float: none;
        padding-top: 1em;
        width: 100%;
    }
}


.containerFooter {
    padding: 0px 20px;
}

@media screen and (max-width: 1000px) {
    .no-scroll .header-background {
        background-position: center center;
        background-size: cover;
    }

    .footer-text {
        font-size: 13px;
    }

    .promotion .callout-container-new {
        margin: 0 24px 30px;
    }

    #promotions .promotion .callout-container-new {
        margin: 0 24px 30px;
    }

}


@media screen and (min-width: 768px) {
    .grid-list li {
        max-width: none !important;
    }

    .feature-container .southern-pantry .feature-info {
        margin: 0px 0 0 -10px;
    }

}

@media screen and (min-width: 640px) {
    #southern-saying .homeShareImage, #southern-saying .homeShareImage img, #southern-saying {
        height: 100% !important;
    }

}

@media screen and (max-width: 698px) {
    .feature-container .feature-image {
        max-width: 100%;
    }

    .promotion .callout-container-new {
        margin: 0 8px 30px;
    }

    #promotions .promotion .callout-container-new {
        margin: 0 8px 30px;
    }
}

@media screen and (max-width: 640px) {
    #map {
        visibility: visible !important;
        width: 100% !important;
        position: static !important;
        height: 230px !important;
    }

    .feature-image {
        position: relative;
        width: auto;
        height: auto;
        min-height: 200px;
        background-size: cover;
    }

    .feature .feature-image img {
        position: relative;
        height: auto;
    }

    .feature-container .feature-info {
        margin: 10px 0 0 0px;
    }

    /*#home .home-bottom-callout .image-container{ height: 280px !important; background-size: cover !important; background-position: center center !important; }*/
    #home .home-bottom-callout .image-container {
        height: 280px;
        background-size: cover !important;
        background-position: center center;
    }

    .features .feature-container .feature-image {
        max-width: 100%;
        display: block;
        height: 132px;
        min-height: auto;
    }

    .feature .feature-image img {
        position: absolute;
        height: auto !important;
        width: 100% !important;
        top: 0px;
        bottom: 0;
        margin: auto;
    }


}

.recipe-tip {
    height: auto !important;
}

.recipe-tip a, .recipe-tip img {
    max-width: 100%;
}

@media screen and (min-width: 680px) and (max-width: 800px) {
    body #home .callout-info {
        padding: 16px 16px 0;
    }

    .carousel-image .share-pinterest {
        right: 50px;
        top: 35px;
    }

}

@media screen and (min-width: 680px) and (max-width: 690px) {
    #home .callout div.home-bottom-callout .callout-info {
        margin: 00;
        padding: 12px;
    }
}

#controls-filters #filters-container {
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out !important;
    -moz-transition: all 300ms ease-in-out !important;
    -o-transition: all 300ms ease-in-out !important;
    transition: all 300ms ease-in-out !important;
    height: 0px;
}

@media screen and (min-width: 950px) and (max-width: 1050px) {
    .renderImage {
        right: 15% !important;
    }

    #map {
        width: 60%;
        float: right;
        right: 0px;
        left: auto
    }

    .location-container {
        width: 40%;
        float: left;
        -weblit-box-sizing: border-box;
        box-sizing: border-box;
    }


}

@media screen and (min-width: 850px) and (max-width: 950px) {
    .renderImage {
        right: 15.5% !important;
    }
}

#birth-month-message {
    margin: 5px 0 8px 0;
}

.homeShareImageOuter {
    height: 100%;
}

@media screen and (max-width: 680px) {
    .homeShareImageOuter {
        max-width: 400px;
        margin: auto;
        position: relative;
    }

    .homeShareImageOuter .share-bar-container {
        left: 0px;
        right: 0px;
        width: auto;
    }
}


/******* TEMP ********/

#recipe-detail aside h4 {
    display: none;
}


#search {
    display: flex;
    width: 100%;
}

form#search-form {
    display: flex;
    width: 100%;
}

.input-container {
    display: flex;
    width: 100%;
}

.search-link-mobile {
    width: 40px;
    margin-right: -50px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    background: transparent;
}

.flex-column {
    flex-direction: column;
}