.app {
    overflow: hidden;
    max-width: 960px;
    margin: 50px auto 100px auto;
    background-color: #f9f9f9;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.appHeader {
    padding-top: 30px;
    background-color: #801b1b;
    color: #fff;
    text-align: center;
}

.appHeaderTitle,
.appHeaderTitleAlt {
    color: #fff;
    font-weight: 700;
}

.appHeaderTitle {
    font-size: 36px;
    text-transform: uppercase;
}

.appHeaderTitleAlt {
    padding: 20px;
    background-color: #ff6600;
    font-size: 32px;
}

.appForm {
    padding: 25px;
}

.appForm,
.appForm p {
    font-size: 14px;
}

.appFormTitle {
    margin-bottom: 20px;
    color: #d70f17;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.formRecipeSection,
.formDeclareSection {
    border: 6px solid #ff6600;
    border-radius: 3px;
}

.formRecipeSection {
    padding: 50px 30px;
    background-color: #fff;
}

.formDeclareSection {
    margin-bottom: 50px;
    padding: 30px;
}

.loginRegister {
    margin: 100px auto 300px auto;
    text-align: center;
}

.appTitle {
    margin-bottom: 50px;
    text-align: center;
}

.formGroup {
    margin-bottom: 15px;
}

.formGroupJustified {
    display: table;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
}

.formGroupItem {
    display: table-cell;
}

.formGroupLabel {
    line-height: 1;
    width: 220px;
}

.formRecipeSection .formGroupLabel {
    margin-bottom: 10px;
}

.formGroupLabel:not(.formGroupInput) {
    /*margin-bottom: 10px;*/
}

.formGroupInput {
    flex: 1;
    margin-left: 20px;
}

#app .appText {
    height: auto !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    background-color: transparent;
    border: none !important;
    border-bottom: 1px dashed #83a4c5 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

#app .appText:focus,
#app .appText:active {
    border-color: #ff6600 !important;
}

#app .appTextInline {
    display: inline-block;
    width: auto;
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.appFile {
    margin: 0;
    padding: 0;
    border: none;
}

#app .error {
    border-color: #C62828 !important;
}

.error-text {
    color: #C62828 !important;
}

.appEditor {
    margin: 50px 0;
    border: 1px solid #ddd;
}

.appEditorLabel {
    display: block;
    margin: 10px;
    text-align: center;
}

.app .mce-panel {
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

.thanks {
    margin: 100px 0 300px;
    padding: 10px;
    background: #8BC34A;
    color: #fff;
    border-radius: 2px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.recipe {
    max-width: 780px;
    margin: 50px auto;
    padding: 50px 0;
    /*background-color: #f9f9f9;*/
    box-shadow: inset 0 0 0 1px #ddd;
}

.recipeHeader {
    margin-bottom: 20px;
    text-align: center;
}

.recipeCourse {
    margin: 0 5px 0 4px;
    color: #95AF7E;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.recipeTitle {
    margin-bottom: 5px;
    color: #000;
    font-size: 28px;
    text-align: center;
}

.recipeImg {
    margin-bottom: 30px;
    text-align: center;
}

.recipeContent {
    padding: 0 30px;
}

.recipeSummary {
    margin: 30px 30px;
    border: 1px solid;
    border-color: #ddd;
    padding: 18px 25px 6px;
    margin-bottom: 25px;
}

.recipeSummaryHeader {
    border-bottom: 1px solid;
    border-color: #ddd;
    margin: 0 -25px 25px -25px;
    padding: 0 25px 25px;
    overflow: hidden;
}

.recipeIngredients {
    border-bottom: 1px solid;
    border-color: #ddd;
    margin: 0 -25px 0 -25px;
    padding: 0 20px 30px;
}

.recipeIngredients ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.recipeIngredients ul li {
    padding: 9px 14px 10px;
    border-radius: 24px;
    font-size: 14px;
    color: #4C4A47;
    margin: 0;
    list-style: none;
}

.recipeIngredientsTitle,
.recipeNotesTitle {
    display: block;
    margin-bottom: 13px;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.recipeIngredients ul li:nth-child(odd) {
    background: #f4f4f4;
}

.recipeComments {
    border-top: 1px solid;
    border-color: #ddd;
    margin: 0 -25px 0;
    padding: 25px;
    font-size: 14px;
}

.recipeMeta {
    clear: both;
    color: #aaa;
    font-size: 12px;
}

.recipeSummaryTitle {
    margin-bottom: 8px;
    color: #000;
    font-size: 22px;
}

.recipeMeta span {
    margin-right: 16px;
}

.recipeMeta i {
    font-size: 14px;
    margin-right: 4px;
    color: #aaa;
}

.recipeRatingForm,
.yourRating {
    padding: 0 30px;
}

.rating {
    display: inline-block;
    margin: 10px 0;
    text-align: center;
}

.rating::after {
    content: '';
    display: table;
}

.ratingScore {
    display: block;
    width: 80px;
    background-color: #5ba829;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.33;
    text-align: center;
}

.ratingTotal {
    font-size: 22px;
    opacity: .5;
}

.ratingLabel {
    font-size: 12px;
}

.rating.ratingCenter {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.ratingCenter .ratingScore {
    margin: 0 auto;
}

.btnPrimary {
    padding: 1.2em 3em;
    background-color: #f60;
    border-radius: 2px;
    font-size: 12px;
    transition: background 0.3s;
}

.btnPrimary:hover {
    background-color: #801b1b;
}


/*
star-rating-svg
*/

.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}

.jq-star:hover .fs-star-svg path {}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}


/* un-used */

.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888);
    filter: drop-shadow( -2px -2px 2px #888);
}


/*
*/

.recipeItem {
    margin-bottom: 50px;
}

.recipeItemTitle {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 26px;
}

.recipeItemTeaser p {
    margin-bottom: 20px;
    font-size: 14px;
}

.recipeItemMore {
    font-size: 15px;
    font-weight: 500;
}

.recipeItemRating {
    margin-bottom: 15px;
}

.terms h2 {
    /*margin-bottom: 30px;*/
}

.terms h3 {
    margin-bottom: 20px;
}

.terms li {
    margin-bottom: 15px;
}

.clean-list li {
    margin-bottom: 20px;
}

html .header01 .site-header .header01-info .top-info .right .title,
html .header01 .site-header .header01-info .top-info .right .text {
    font-size: 14px;
}

.site .site-top {
    color: #fff;
}

.type-post.hentry .entry-footer .read-more-fill {
    background-color: #ff6600;
    border-color: #ff6600;
    color: #fff;
}

.type-post.hentry .entry-footer .read-more-fill:hover {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.read-more-border:hover {
    background-color: #801b1b !important;
    border-color: #801b1b !important;
}

.site-content input[type="text"],
.site-content input[type="email"],
.site-content input[type="tel"],
.site-content select {
    border-width: 1px !important;
}

.newsupdate-type2 .newsupdate-item .newsupdate-item-inner .newsupdate-content .newsupdate-more a:hover {
    color: #4CAF50;
}

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-image: none;
    background-color: #ff6600;
    color: #fff;
    border: none;
    border-radius: 2px;
}

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background-color: #4CAF50;
    border: none;
    border-radius: 2px;
    color: #fff;
}

.main-navigation .sub-menu,
.main-navigation .children {
    width: 280px;
}