body{
    background: #fff;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 16px;
    color: #82623e;
}
ol, ul {
    list-style: none;
}
h1 {
    font: bold 30px/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
}
h2 {
    font: bold 26px/31px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
}
h3 {
    font: bold 24px/29px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
}
h4 {
    font: bold 20px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
}
h5 {
    font: normal 18px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
}
h6 {
    font: bold 16px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
}
p {
    margin: 0 0 9.5px;
}
.text-center {
    text-align: center;
}
.relative {
    position: relative;
}
.block {
    width: 100%;
    display: block !important;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#page-header {
    position: relative;
    z-index: 200;
}
.logo img {
    display: inline;
}
.menu-collapse {
    font-size: 20px;
    display: none;
    border: 2px solid #82623e;
    border-radius: 5px;
    margin-top: 10px;
    color: #82623e;
    padding: 3px 7px;
    position: absolute;
    right: 20px;
    top: 10px;
    background: none;
}
.logo {
    margin: 10px 0;.
}
.mob-logo img {
    margin: 10px 0;
}
#mobile-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index:101;
    background: #fff;
    transition: all 0.3s ease 0s;
}
body.open-mobile-nav #mobile-header {
    top: -135px;
}
#close-mobile-menu {
    position: absolute;
    right:5px;
    top:5px;
    color: #82623e !important;
    font-size:20px !important;
    z-index:100;
}
#mobile-nav {
    position: fixed;
    top: 0px;
    left: -300px;
    background-color: #fff;
    width: 300px;
    max-width: 100%;
    height:100%;
    overflow: auto;
    overflow: auto;
    padding: 10px;
    transition: all 0.3s ease 0s;
}
body.open-mobile-nav #mobile-nav {
    left: 0;
}
#mobile-nav li {
    margin-bottom: 10px;
    position: relative;
}
#mobile-nav a {
    color: #82623e;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font: normal 15px/19px Sonsie One;
}
#mobile-nav li.menu-item-has-children:before {
    content: '\f0dd';
    position: absolute;
    right: 20px;
    top: 5px;
    color: #82623e;
    font-family: 'FontAwesome';
    line-height: 0;
    font-size: 18px;
}
#mobile-nav li.menu-item-has-children.active:before {
    content: '\f0de';
    top: 13px;
}
#mobile-nav li .sub-menu {
    overflow:hidden;
    max-height: 0px;
    margin-left: 20px;
    transition: all 0.8s ease 0s;
}
#mobile-nav li.active>.sub-menu {
    max-height:100px;
}

#desktop-header nav>ul{
    border-top: 1px solid #dcd5c9;
    display: table;
    width: 100%;
    margin:0;
}
#desktop-header nav>ul>li {
    position: relative;
    text-align: left;
    display: table-cell;
    position: relative;
    padding: 32px 12px;
    margin: 0 0 0 34px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    text-align: center;
    transition: all 0.3s ease 0s;
}
#desktop-header nav>ul>li>a {
    padding: 0;
    transition: all 0.3s ease 0s;
    font: normal 16px/19px Sonsie One;
    color: #82623e;
    text-decoration: none;
}
#desktop-header nav>ul>li.current-menu-item:before {
    content: '\f0dd';
    position: absolute;
    top: -3px;
    font-family: 'FontAwesome';
    font-size: 30px;
    left: 50%;
    margin-left: -8px;
    line-height: 0;
}

#desktop-header .sub-menu, #mobile-header {
    display: none;
}
#desktop-header .sub-menu {
    position: absolute;
    top:100%;
    left:0px;
    padding: 20px;
    width:100%;
    z-index:101;
}
#desktop-header nav>ul>li>.sub-menu:before {
    content: '\f0de';
    position: absolute;
    top: -18px;
    font-family: 'FontAwesome';
    font-size: 30px;
    left: 50%;
    margin-left: -8px;
}
#desktop-header li:hover>.sub-menu {
    display: block;
}
#desktop-header .sub-menu li {
    border-bottom: 1px dashed #fff;
    padding:5px 0;
    text-align: left;
}
#desktop-header .sub-menu li:last-child {
    border: none;
}
#desktop-header .sub-menu a {
    font: bold 14px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all 0.3s ease 0s;
}
#desktop-header .sub-menu a:hover, #desktop-header .sub-menu li.current-menu-item a {
    text-decoration: none;
}

/* content */
#page-content {
    background: url("images/bg-content.jpg") 0 0 repeat;
    padding: 30px 0;
    color: #a29b86;
    font: 16px/25px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-title {
    margin: 0 0 22px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
}
.page-thumbnail {
    margin-bottom: 20px;
}

#page-content article {
    background: rgba(255,255,255,0.04);
    padding: 27px 40px 23px;
    margin-bottom: 37px;
}

/* home page slider */
#home-slider-wrap .bx-wrapper {
    margin-bottom: 30px;
}
#home-slider-wrap .caption-outer {
    width: 100%;
    height: 100%;
    display: table;
}
#home-slider-wrap .caption-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    left: 300%;
    transition: all 2s ease-in-out 0s;
}
#home-slider-wrap .bx-wrapper .bx-pager {
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 99;
    width: 29.6%;
    text-align: left;
}
#home-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    width: 12px;
    height: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

#home-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
#home-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ffca28;
}
#home-slider-wrap .bx-wrapper li.current .caption-inner {
    left: 0px;
}
#home-slider-wrap .bx-wrapper .bx-caption {
    left: 65.45%;
    width: 34.6%;
    height: 100%;
    padding: 20px 20px 20px 40px;
}
#home-slider-wrap .bx-wrapper .bx-caption h2 {
    font-size: 60px;
    line-height: 50px;
}
#home-slider-wrap .bx-wrapper .bx-caption h3 {
    font-size: 48px;
    line-height: 48px;
}
.home-announcements, .home-child-page {
    margin-bottom: 20px;
}
.child-page-content {
    background: #fff;
}
.child-page-content h3 {
    text-align: center;
    padding: 20px 20px 0 20px;
    color: #6b5d3d;
    font-size: 20px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
.child-page-content .excerpt {
    padding: 0 10px 20px 10px;
    text-align: center;
}
.child-page-content .more {
    border-top: 1px solid #d1cdc6;
    text-align: center;
    padding: 18px 0 22px;
}
.child-page-content .more a {
    text-decoration: none;
    color: #82623e;
    text-transform: uppercase;
}
.home-child-page img {
    display: block;
    width: 100%;
}
.home-announcements .page-title {
    text-transform: uppercase;
}
.home-announcements a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}


/* gallery page */
.product_title {
    margin-bottom: 10px;
}
a.zoom {
    padding: 12px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-23px;
    margin-top:-23px;
    font-size: 22px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #fff;
    line-height: 0;
    opacity: 0.2;
    transition: all 0.3s ease 0s;
}
.product-gallery li:hover a {
    opacity: 1;
}

/* contacts page */
.contact-details {
    color: #fff;
}
.contact-details a {
    color: #fff;
    text-decoration: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    width: 100%;
    padding: 10px 14px;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.2em;
    text-transform: none;
    color: #887f76;
    text-decoration: none;
    position: relative;
    border-radius: 2px;
    background: #463d33;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    border: none;
    resize: none;
    transition: all 0.3s ease 0s;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: none;
    background: #fcfcfc;
    border-color: #8d8d8d;
}
.btn {
    border-radius: 2px;
    border: none;
    color: #fff;
    text-shadow: none;
    font: bold 12px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 12px 18px;
    letter-spacing: 0;
    height: auto;
    box-shadow: none;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    margin-right: 10px;
}
div.wpcf7-response-output {
    margin: 20px 0;
    padding: 8px 35px 8px 14px !important;
    border: 1px solid #DDD;
    background-color: #FCF8E3;
    color: #C09853;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div.wpcf7-validation-errors {
    background-color: #F2DEDE;
    border-color: #DDD;
    color: #B94A48;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    top: -8px;
    left: 0%;
    z-index: 100;
    border: 1px solid #ff0000;
    font-size: 10pt;
    width: 100%;
    padding: 4px;
    height: 36px;
    border-radius: 2px;
    background-color: #F2DEDE;
    color: #B94A48;
}
.user_message span.wpcf7-not-valid-tip {
    position: static;
    margin-bottom:10px;
}
.captcha img {
    width: 90%;
}

/* one page navigation */
.one-page-nav li {
    display: inline-block;
}
.one-page-nav li a {
    text-decoration: none;
    color: #fff;
}

/* shops template */
.shop-item {
    margin-bottom: 20px;
}
.shop-item h4 {
    margin-top: 5px;
	font-size:16px;
}
.shop-item img {
    display: block;
    width: 100%;
}

/* recepes carousel */
#receipts-carousel .bx-wrapper .bx-caption {
    padding: 10px;
    color: #fff;
}
#receipts-carousel .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#receipts-carousel .bx-wrapper .bx-pager {
    position: static;
    padding-top: 0;
}
#receipts-carousel .bx-controls {
    position: absolute;
    right: 20px;
    bottom: 17px;
    z-index: 101;
}
#receipts-carousel  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    line-height: 0;
}

/* single receipt */
.receipt-sidebar h4, .preparation .heading {
    margin-bottom:20px;
}
.preparation ol, #page-content ul {
    list-style: decimal;
}
.preparation ul, #page-content ul {
    list-style: disc;
}
.preparation li {
    margin-bottom: 10px;
}
.receipt-sidebar li {
    font-size: 14px;
    margin-bottom:0px;
}
#related-receipt li {
    margin-bottom: 20px;
    list-style: none;
}
#related-receipt li a {
    text-decoration: none;
}
#related-receipt li a:hover h5{
    color: #ffca28;
}
#related-receipt li h5 {
    font-size: 14px;
}

/* footer */
#page-footer {
    padding: 0 0 40px;
}
#totop {
    display: inline-block;
    width: 63px;
    height: 32px;
    background: url("images/totop.png") 0 0 no-repeat;
    color: #82623e;
    text-decoration: none;
    font: 24px/100% Arial, Helvetica, sans-serif;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    top: -23px;
    position: relative;
    padding-top: 10px;
}
.copyright {
    font: italic 14px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #664f35;
}