
html, body {
    font-family: "Domine", serif;
    color: rgb(156, 134, 122);
    height: 100%;
    background-color: rgb(235, 242, 255);
    /*	background-color: rgb(240, 253, 255);*/
    /* background-image: url('../images/bg_long.jpg');*/
    background-repeat: repeat-x;
}

h1 {
    color: #f36f38;
    margin: 0px 0px 5px;
    padding: 0px;
    font-size: 27px;
    line-height: 1.2;
}

ul {
    padding: 0px 0px 0px 15px;
    margin: 0px;
}

#asktoby .myImg {
    border: none;
    padding: 0;
    box-shadow: none;
    background: none;
}

ul li {
    list-style-image: url('../images/bullet-green.jpg');
}

input, textarea {
    font-family: "Domine", serif;
    font-size: 10pt;
}

input[type="text"], input[type="email"] {
    border: 2px solid rgb(235, 231, 228);
    padding: 3px;
    width: 75%;
    height: 21px;
}

textarea {
    border: 2px solid rgb(235, 231, 228);
    padding: 3px;
    width: 75%;
}

a {
    color: rgb(156, 134, 122);
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: rgb(131, 104, 89);
}

#top {
    display: block;
    height: 33px;
    width: 100%;
}

#container {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

#mid {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgb(233, 238, 188);
}

#header #logo {
    float: left;
    width: 210px;
    padding: 30px 0px 22px 60px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#header #logo h1 {
    color: #F36F38;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 50px;

}

#header #logo h1 span {
    color: #9C867A;
    font-size: 22px;
    border-top: 1px solid #9C867A;
    padding-top: 10px;
}

#header #logo:before {
    content: '';
    width: 90px;
    height: 90px;
    background-color: #CEDE9D;
    border-radius: 50px;
    display: block;
    position: absolute;
    z-index: -1;
    border: 5px solid #9DBD3B;
    margin-left: 11px;
    opacity: 0.4;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#header #logo:hover:before {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#header #header_right {
    float: right;
    width: 550px;
    margin: 23px 18px 0px 0px;
    padding-right: 10px;
}

#header #header_right #search-form {
    float: left;
    margin: 0px;
    display: block;
    padding: 0px;
}

input#search_input {
    width: 195px;
    height: 24px;
    border: 2px solid rgb(235, 231, 228);
    font-size: 12px;
    line-height: 24px;
    vertical-align: middle;
    text-indent: 5px;
    color: rgb(176, 161, 153);
    float: right;
    margin-right: 5px;
}

#search-form input[type="submit"] {
    width: 32px;
    height: 32px;
    float: right;
    background: transparent url('../images/header_submit.png') repeat scroll 0% 0%;
    border: 0px none;
    cursor: pointer;
    margin-top: -1px;
}

#search-form input[type="submit"]:hover {
    background-position: 0px -32px;
}

#smi {
    width: 280px;
    position: relative;
    float: right;
}

#smi div.left {
    float: left;
}

#smi a {
    margin-right: 1px;
}

#smi .smi-facebook-like {
    position: relative;
    z-index: 2;
    margin: 2px 0px -2px 8px;
    overflow: hidden;
    width: 51px;
}

.subtitle {
    color: #787879;
    font-size: 20px;
    font-weight: 600;
}

a.smi-facebook {
    background-image: url('../images/social-fb-off.jpg');
    width: 28px;
    height: 28px;
}

a.smi-instagram {
    background-image: url('../images/social-ig-off.jpg');
    width: 29px;
    height: 28px;
}

a.smi-twitter {
    background-image: url('../images/social-tw-off.jpg');
    width: 29px;
    height: 29px;
}

a.smi-google {
    background-image: url('../images/social-p1-off.jpg');
    width: 28px;
    height: 28px;
}

a.smi-rss {
    background-image: url('../images/social-rss-off.jpg');
    width: 29px;
    height: 29px;
}

a.smi-pinterest {
    background-image: url('../images/social-pin-off.jpg');
    width: 29px;
    height: 29px;
}

a.smi-linkedin {
    background-image: url('../images/social-li-off.jpg');
    width: 29px;
    height: 28px;
}

a.smi-facebook:hover {
    background-image: url('../images/social-fb-on.jpg');
}

a.smi-instagram:hover {
    background-image: url('../images/social-ig-on.jpg');
}

a.smi-twitter:hover {
    background-image: url('../images/social-tw-on.jpg');
}

a.smi-google:hover {
    background-image: url('../images/social-p1-on.jpg');
}

a.smi-rss:hover {
    background-image: url('../images/social-rss-on.jpg');
}

a.smi-pinterest:hover {
    background-image: url('../images/social-pin-on.jpg');
}

a.smi-linkedin:hover {
    background-image: url('../images/social-li-on.jpg');
}

a.smi-facebook, a.smi-instagram, a.smi-twitter, a.smi-google, a.smi-rss, a.smi-pinterest, a.smi-linkedin {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: block;
    background-position: 0px 0px;
    transition: all 0.4s ease-in-out 0s;
}

a.smi-facebook span, a.smi-instagram span, a.smi-twitter span, a.smi-google span, a.smi-rss span, a.smi-pinterest span, a.smi-linkedin span {
    position: absolute;
    top: -10000em;
}

a.smi-facebook:hover, a.smi-instagram:hover, a.smi-twitter:hover, a.smi-google:hover, a.smi-rss:hover, a.smi-pinterest:hover, a.smi-linkedin:hover {
    background-position: 0px 0px;
    cursor: pointer;
    z-index: 1;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.main-nav {
    padding: 40px 0px 0px;
    margin: 0px;
}

.main-nav li {
    list-style: outside none none;
    display: block;
    float: left;
}

.main-nav li span {
    font-size: 18px;
    color: rgb(157, 189, 59);
    font-weight: 400;
    margin-right: 21px;
    line-height: 35px;
    display: block;
    height: 35px;
}

.main-nav li:last-child span {
    margin-right: 0px;
}

.main-nav li.current_page_item span, .main-nav li.current_page_parent span, .main-nav li span:hover, .main-nav li.current-menu-item span {
    color: rgb(244, 109, 52);
    cursor: pointer;
}

.main-nav .sub-menu {
    display: none;
    position: absolute;
    background-color: rgb(252, 253, 242);
    padding: 0px 15px;
    border: 1px solid rgb(208, 224, 159);
}

.main-nav .sub-menu li a {
    text-transform: uppercase;
    font-size: 13px;
    height: auto;
    background: transparent none repeat scroll 0% 0% ! important;
}

li#menu-item-2431 .sub-menu {
    margin-left: -50px;
}

li#menu-item-2494 .sub-menu {
    margin-left: -165px;
}

#banner {
    border-top: 3px solid rgb(216, 224, 141);
    border-bottom: 3px solid rgb(216, 224, 141);
}

#in_container {
    padding: 3% 5% 0;
}

#in_container h2 {
    font-size: 13pt;
    font-weight: bold;
    color: rgb(153, 190, 68);
    margin: 0px;
    padding: 10px 0px 0px;
}

#content, #sidebar {
    font-size: 12pt;
    line-height: 18pt;
}

#content {
    width: 71%;
    float: left;
    font-size: 15px;
    line-height: 16pt;
}

#content img {
    padding: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgb(208, 208, 208);
}

#content .entrytext p {
    color: #000;
}

#sidebar {
    width: 26%;
    float: right;
    font-size: 15px;
}

#sidebar a:hover {
    color: rgb(131, 104, 89);
}

#sidebar img {
    padding: 7px;
    background-color: #fff;
}

#sidebar h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

#sidebar input[type="submit"] {
    display: block;
    width: 30px;
    height: 30px;
    border: 0px none;
    background: transparent url('../images/sidebar_submit.png') repeat scroll 0% 0%;
    cursor: pointer;
}

#sidebar input[type="submit"]:hover {
    background-position: 0px -30px;
}

#sidebar p {
    margin: 8px 0px 10px;
    line-height: 1.3;
}

#sidebar ul li {
    list-style-image: url('../images/bullet-green.jpg');
}

#sidebar .widget {
    margin-bottom: 30px;
}

#sidebar .more {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 15px;
}

#sidebar .widget_tribe_widget_builder_2478 p, .widget_tribe_widget_builder_2478 a {
    font-size: 13px;
    line-height: 1.4;
}

#sidebar .widget_tribe_widget_builder_2478 a {
    color: rgb(243, 108, 52);
}

#sidebar .widget_tribe_widget_builder_2478 a:hover {
    color: rgb(225, 47, 69);
}

#sidebar .widget_tribe_widget_builder_2509 .more {
    padding-left: 0px;
}

#newsletter-subscribe input, .widget_search input {
    float: left;
}

#newsletter-subscribe input[type="email"], .widget_search input[type="text"] {
    margin-right: 5px;
}

#affiliations img {
    padding: 0px;
    border: 0px none;
    box-shadow: none;
    margin: 10px 0px;
}

.post img {
    max-width: 90%;
}

#asktoby img {
    margin-top: 5px;
    margin-bottom: 10px;
}

#asktoby .entrytext p {
    margin-top: 5px;
    padding-top: 0px;
}

.smallText {
    font-size: 8pt;
}

#footer {
    color: rgb(142, 180, 47);
    padding: 5px 0px 50px;
    font-size: 11px;
    text-transform: uppercase;
}

#footer p {
    text-align: center;
    margin: 20px auto 0px;
    display: block;
}

#footer a:link, #footer a:active, #footer a:visited {
    color: rgb(243, 108, 52);
    text-decoration: none;
    padding: 0px 3px;
}

#footer a:hover {
    color: rgb(225, 47, 69);
    padding: 0px 3px;
}

input#submit, input#email_button, .ERSPrintBtnSpan .ui-button-text {
    font-family: "Domine", serif;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    color: rgb(255, 255, 255);
    padding: 5px 15px;
    background: transparent linear-gradient(to bottom, rgb(206, 219, 112) 0%, rgb(186, 197, 89) 100%) repeat scroll 0% 0%;
    border-radius: 25px;
    border: 0px solid rgb(23, 23, 23);
    margin-top: 1px;
}

input#submit:hover, input#email_button:hover, .ERSPrintBtnSpan .ui-button-text:hover {
    background: transparent linear-gradient(to bottom, rgb(186, 197, 89) 0%, rgb(206, 219, 112) 100%) repeat scroll 0% 0%;
    border-radius: 25px;
    border: 0px solid rgb(23, 23, 23);
}

.share-buttons {
    clear: both;
    padding: 5px 0px;
    margin-left: -2px;
}

.pin-it-button-container {
    padding: 0px 3px 0px 5px;
}

.st_sharethis_buttons, .st_plusone_buttons, .pin-it-button-container, .st_fblike_buttons {
    float: left;
    margin-right: 7px;
}

.smallTextRecipes {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
}

#content #commentform img {
    box-shadow: none ! important;
    padding: 0px;
}

.clearf {
    clear: both;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 22px ! important;
}

#stOverlay {
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    z-index: 89999990;
}

.stwrapper {
    z-index: 89999999;
    position: fixed;
    top: 20%;
    left: 50%;
}

#stLframe {
    position: absolute;
    z-index: 1000020;
    left: 0px;
    top: 0px;
    background-color: rgb(237, 237, 237);
    border: 1px solid rgb(213, 220, 220);
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgb(102, 102, 102);
    height: 100%;
    width: 100%;
}

.stwrapper.stwrapper5x {
    margin: 0px 0px 0px -256px;
    height: 419px;
    width: 514px;
}

.stButton {
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: rgb(0, 0, 0);
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 11px;
    line-height: 16px;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    background-image: url('../images/facebook_counter.png');
    background-repeat: no-repeat;
    display: inline-block;
    white-space: nowrap;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    height: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 16px;
    width: auto;
    position: relative;
}

.stButton .st-sharethis-counter2 {
    width: 63px;
}

div#captchaImgDiv {
    display: block;
}

.captchaSizeDivLarge {
    width: 250px;
    height: 60px;
    padding-top: 10px;
}

img#si_image_com, #si_image_reg, #si_image_log, #si_image_side_login {
    border-style: none;
    margin: 0px;
    padding-right: 5px;
    float: left;
}

.captchaImgRefresh {
    border-style: none;
    margin: 0px;
    vertical-align: bottom;
}

div#captchaInputDiv {
    display: block;
    padding-top: 15px;
    padding-bottom: 5px;
}

label#captcha_code_label {
    margin: 0px;
}

input#captcha_code {
    width: 65px;
}


img {
    max-width: 100%;
}

.aligncenter {
    margin: 10px auto;
    display: block;
    text-align: center !important;
}

.alignleft {
    float: left;
    margin: 0 15px 5px 0;
}

.alignright {
    float: right;
    margin: 0 0 5px 15px;
}

.burger {
    display: none;
}

@media only screen and (max-width: 640px) {
    #top {
        display: none;
    }

    .alignleft, .alignright {
        margin: 10px auto;
        display: block;
        float: none;
    }
}

.ord_button {
    background-color: #99BE44;
    color: #ffffff !important;
    display: inline-block;
    padding: 10px 30px;
    font-size: 20px;
    text-decoration: none !important;
    border-radius: 50px;
    margin: 20px 0px 30px;
    line-height: 27px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.ord_button:hover {
    background-color: #f59973;
    text-decoration: none !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ord_button.side {
    margin: 0;
}

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

.mail-wrapp {
    padding: 10px;
    background: #ffae50;
    background-image: -webkit-linear-gradient(top, #ffe1be, #ffae50, #ff9b26);
    background-image: -o-linear-gradient(top, #ffe1be, #ffae50, #ff9b26);
    background-image: linear-gradient(to bottom, #ffe1be, #ffae50, #ff9b26);
}

.mail {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    padding: 30px 15px 50px;
    color: #888;
    font-family: sans-serif;
}


#content .mail img {
    background-color: none;
    box-shadow: none;
    padding: 0px;
    margin: 0;
}

.mail .mail-header {
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.mail-header .title {
    font-weight: bold;
    vertical-align: middle;
    float: left;
}

.mail-header .inbox {
    margin-left: 30px;
    background-color: #dddddd;
    display: inline-block;
    padding: 0px 5px;
    margin-top: 0;
    vertical-align: top;
    font-size: 12px;
}

.mail-header img {
    float: right;
}

.mail-body {
    margin-top: 20px;
    border-bottom: 2px solid #eee;
}

.mail-body .ava {
    float: left;
    width: 7%;
}

.mail-body .entry {
    float: right;
    width: 90%;
}

.mail-body .entry-header {
    margin-bottom: 20px;
}

.mail-body .entry-header .name {
    float: left;
}

.mail-body .entry-header .name p {
    margin: 5px 0px;
}

.mail-body .entry-header .name span {
    color: #ccc;
}


.mail-body .entry-header .date {
    float: right;
}

.mail-body .entry-header .date img {
    vertical-align: middle;
}

.mail-body .entry-text p {
}


#content .entrytext p {
    text-align: justify;
}

#content .entrytext a, .comment a {
    color: #F36F38;
}

#content .entrytext a:hover, .comment a:hover {
    color: #CF2127;
}


.comment {
    padding: 15px;
    border-bottom: 1px dashed #ccc;
    color: #000;
}

#content .comment img {
    background-color: none;
    box-shadow: none;
    padding: 0px;

}


.comment.reply {
    margin-left: 10%;
}

.comment-ava {
    width: 10%;
    float: left;
}

#content .comment-ava img {
    width: 55px;

}

.comment-entry {
    width: 88%;
    float: right;
}

.comment-date {
    margin-bottom: 1em;
    display: block;
    color: #999;
    font-size: 13px;
}

.comment-name {
    color: #354D72;
    font-weight: bold;
}

.comment-name p {
    margin-bottom: 0.3em;
    margin-top: 0;
}

blockquote {
    position: relative;
    margin: 30px 0px 30px 50px;
    text-align: justify;
    padding-left: 20px;
    border-left: 5px solid rgba(156, 134, 122, 0.5);
}

blockquote::before {
    content: "“";
    display: block;
    font: italic 100px/100px Cochin, Georgia, "Times New Roman", serif;
    height: 0;
    position: absolute;
    left: -60px;
    top: -10px;
}

#banner img {
    display: block;
}

.entrytext .aligncenter img {
    width: 45%;
    display: inline-block;
}


@media only screen and (max-width: 900px) {
    #header #header_right #search-form, #smi {
        display: none;
    }

    #header #logo, #header #header_right {
        float: none;
        margin: 0 auto;
    }

    #header #logo {
        padding: 30px 0 20px 0;
    }

    .main-nav {
        padding-top: 0;
    }

    #header #logo h1 {
        text-align: center;
    }

    #header #logo:before {
        margin-left: 53px;
    }

}

@media only screen and (max-width: 800px) {
    #content {
        width: 100%;
        float: none;
    }

    #sidebar, .subTitle, #commentform {
        display: none;
    }

    .comment {
        /* display: none; */
    }

    .comment:nth-last-child(n+7) {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    #header_right {
        display: none;
    }

    .mail-header .title, .mail-body .entry {
        font-size: 12px;
    }

    .mail-header .inbox {
        font-size: 10px;
    }

    .ord_button {
        width: 70%;
    }

    .burger {
        display: block;
        max-width: 44px;
        margin: 0 auto;
        text-align: center;
    }

    .burger img {
        max-width: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .mail-header .inbox, .mail-body .entry-header .date span, #banner img {
        display: none;
    }

    .mail-header img {
        width: 15%;
    }

    .mail-header .title img {
        width: auto;
    }

    .entrytext .aligncenter img {
        width: 90%;
        display: inline-block;
    }

}

@media only screen and (max-width: 320px) {

}
