/*------------------------------------------------------------------

@Author: CodeoStudio
@URL:    http://codeostudio.hr/

[Table of contents]

1. Body
2. Wrapper
3. Shortcodes
    3.1 Typography
    3.2 Buttons
    3.3 Tabs
    3.4 Accordion
    3.5 Spacers
    3.6 Alerts
    3.7 Forms
    3.8 Lightbox core
4. Header
    4.1 Header style one
    4.2 Header style two
5. Header main
    5.1 Logo brand
    5.2 Toggle navigation
    5.3 Search recipes
6. Page title
7. Headlines
8. Home slider
    8.1 Home regular slider
9. Main content
10. Sidebar
    10.1 Widget tags
    10.2 Widget 125x125 banners
    10.3 Widget 300x250 banners
    10.4 Widget recent entries
    10.5 Widget search
    10.6 Widget latest posts
    10.7 Widget recipe categories
    10.8 Widget latest recipes
11. Recipes
    11.1 Category recipes
12. Single recipe
    12.1 Layout 1
13. Blog
    13.1 Category
14. Single post
    14.1 Post gallery (swiper gallery)
    14.2 Recipe gallery (swiper thumbs)
    14.3 Post tags
    14.4 Related articles
    14.5 Comments
15. Pages
    15.1 Under construction
    15.2 404 Page
    15.3 Contact page
16. Footer
17. Copyright

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Body
-------------------------------------------------------------------*/
body,
html {
    position: relative;
}
body {
    background-color: #fff;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding: 0
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.cs-container:before,
.cs-container:after,
.cs-row:before,
.cs-row:after,
.cs-clearfix:before,
.cs-clearfix:after {
    content: " ";
    display: table
}
.cs-container:after,
.cs-row:after,
.cs-clearfix:after {
    clear: both
}

/*------------------------------------------------------------------
    2. Wrapper
-------------------------------------------------------------------*/
#cs-wrapper {
    background-color: #fff
}
#cs-wrapper.wide {
    width: 100%
}
#cs-wrapper.boxed {
    margin: 0 auto;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1)
}
.cs-container {
    position: relative;
    margin-right: auto;
    margin-left: auto
}
.cs-row {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}
.cs-col {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}
.cs-col-1-of-12 {
    width: 8.33333333%
}
.cs-col-2-of-12 {
    width: 16.66666667%
}
.cs-col-3-of-12 {
    width: 25%
}
.cs-col-4-of-12 {
    width: 33.33333333%
}
.cs-col-5-of-12 {
    width: 41.66666667%
}
.cs-col-6-of-12 {
    width: 50%
}
.cs-col-7-of-12 {
    width: 58.33333333%
}
.cs-col-8-of-12 {
    width: 66.66666667%
}
.cs-col-9-of-12 {
    width: 75%
}
.cs-col-10-of-12 {
    width: 83.33333333%
}
.cs-col-11-of-12 {
    width: 91.66666667%
}
.cs-col-12-of-12 {
    width: 100%
}



/*------------------------------------------------------------------
    3. Shortcodes
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    3.1 Typography
-------------------------------------------------------------------*/
a {
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
a:hover {
    text-decoration: none;
    color: #222
}
a:focus,
a:active {
    outline: 0;
    border: 0;
    text-decoration: none
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    text-decoration: none;
    outline: 0;
    border: 0
}
a img {
    text-decoration: none;
    outline: 0;
    border: 0
}
iframe,
object,
video {
    max-width: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    margin: 0 0 15px 0;
    font-weight: 400
}
h1 {
    font-size: 30px;
    line-height: 38px
}
h2 {
    font-size: 26px;
    line-height: 34px
}
h3 {
    font-size: 22px;
    line-height: 30px
}
h4 {
    font-size: 18px;
    line-height: 26px
}
h5 {
    font-size: 16px;
    line-height: 24px
}
h6 {
    font-size: 14px;
    line-height: 22px
}
p {
    margin: 0 0 15px
}
hr {
    clear: both;
    display: block;
    overflow: hidden;
    border: 0;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #f5f5f5;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
hr.cs-divider-blank {
    border: 0
}
hr.cs-divider-dashed {
    border-top-style: dashed
}
hr.cs-divider-dotted {
    border-top-style: dotted
}
.text_left {
    text-align: left
}
.text_right {
    text-align: right
}
.text_center {
    text-align: center
}
.text_justify {
    text-align: justify
}
.dropcap:first-letter {
    float: left;
    display: block;
    font-size: 40px;
    line-height: 42px;
    margin: 0 10px 0 0;
    font-weight: 400;
    color: #333
}
blockquote {
    padding: 5px 20px;
    margin: 20px 0;
    border-left-style: solid;
    border-left-width: 5px
}
blockquote p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px !important;
    color: #555
}
blockquote footer {
    display: block;
    font-size: 14px;
    color: #333
}
blockquote.alt {
    text-align: center;
    border: 1px solid #f5f5f5;
    padding: 30px
}
blockquote.alt i {
    font-size: 28px;
    margin-bottom: 10px
}
.pullquotes {
    position: relative;
    font-size: 26px;
    line-height: 34px;
    font-weight: 400
}
.pullquotes.left {
    float: left;
    width: 30%;
    margin: 30px 40px 40px 0;
}
.pullquotes.center {
    display: block;
    width: 100%;
    text-align: center;
    margin: 40px 0;
    clear: both
}
.pullquotes.right {
    float: right;
    width: 30%;
    margin: 30px 0 40px 40px;
}
.alignleft,
img.alignleft {
    float: left;
    margin: 5px 40px 20px 0
}
.alignright,
img.alignright {
    float: right;
    margin: 5px 0 20px 40px
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin: 30px auto
}
.wp-caption {
    text-align: center;
    max-width: 100%
}
.wp-caption img {
    max-width: 100%
}
.wp-caption-text {
    font-size: 12px;
    color: #888;
    padding: 6px 0 2px 0
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
    display: block;
    overflow: hidden;
    padding: 10px;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f1f1f1;
    border: none
}
mark {
    padding: 2px 4px;
    background-color: #f1f1f1
}
kbd {
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    background-color: #333
}
code {
    padding: 2px 4px;
    font-size: 12px;
    background-color: #f1f1f1
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 20px
}
ul {
    list-style: disc
}
ol {
    list-style: decimal
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dt {
    font-weight: 700
}
dd {
    margin-left: 10px
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 24px
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #f5f5f5
}
th,
td {
    text-align: left;
    padding: 8px;
    line-height: 24px;
    vertical-align: bottom;
    border: 1px solid #f5f5f5
}
ul.page-numbers {
    font-size: 0;
    text-align: center;
    margin-bottom: 20px;
    list-style: none;
    padding: 0
}
ul.page-numbers li {
    font-size: 14px;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px
}
ul.page-numbers li span,
ul.page-numbers li a {
    display: block;
    padding: 4px 10px;
    line-height: 22px;
    background-color: #f5f5f5;
    color: #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
ul.page-numbers li span.current {
    background-color: #e1e1e1;
    color: #333
}

/*------------------------------------------------------------------
    3.2 Buttons
-------------------------------------------------------------------*/
.cs-btn {
    display: inline-block;
    padding: 4px 14px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #333;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-btn:hover {
    background-color: #333 !important;
    color: #fff;
}
.cs-btn.cs-btn-small {
    padding: 2px 8px;
    font-size: 12px
}
.cs-btn.cs-btn-large {
    padding: 8px 20px;
    font-size: 18px
}
.cs-btn.cs-btn-extralarge {
    padding: 16px 32px;
    font-size: 24px
}
.cs-btn.cs-btn-expand {
    width: 100%;
    display: block
}
.cs-btn.cs-btn-expand + .cs-btn.cs-btn-expand {
    margin-top: 5px
}
.cs-btn.cs-btn-white {
    background-color: #f1f1f1;
    color: #333
}
.cs-btn.cs-btn-white:hover {
    color: #fff
}
.cs-btn.cs-btn-black {
    background-color: #222
}
.cs-btn.cs-btn-red {
    background-color: #683c17
}
.cs-btn.cs-btn-green {
    background-color: #71a866
}
.cs-btn.cs-btn-tirquese {
    background-color: #7fccbc
}
.cs-btn.cs-btn-blue {
    background-color: #508fd1
}
.cs-btn.cs-btn-pink {
    background-color: #9d5fac
}
.cs-btn.cs-btn-orange {
    background-color: #c47839
} 
.cs-btn.cs-btn-grey {
    background-color: #b1b0a7
}

.cs-btn.cs-btn-with-icon {
    padding-left: 44px
}
.cs-btn.cs-btn-small.cs-btn-with-icon {
    padding-left: 34px
}
.cs-btn.cs-btn-large.cs-btn-with-icon {
    padding-left: 58px
}
.cs-btn.cs-btn-extralarge.cs-btn-with-icon {
    padding-left: 86px
}
.cs-btn.cs-btn-with-icon i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.cs-btn.cs-btn-with-icon i {
    width: 30px;
    line-height: 30px;
    font-size: 12px;
}
.cs-btn.cs-btn-small.cs-btn-with-icon i {
    width: 26px;
    line-height: 26px;
    font-size: 10px;
}
.cs-btn.cs-btn-large.cs-btn-with-icon i {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
}
.cs-btn.cs-btn-extralarge.cs-btn-with-icon i {
    width: 54px;
    line-height: 54px;
    font-size: 20px;
}

/*------------------------------------------------------------------
    3.3 Tabs
-------------------------------------------------------------------*/
.cs-tab-group {
    margin-bottom: 20px
}
.cs-tab-group .ui-tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.cs-tab-group .ui-tabs-nav li {
    float: left;
    background-color: #f5f5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 3px
}
.cs-tab-group .ui-tabs-nav li a {
    color: #999;
    outline: none;
    padding: 6px 12px;
    display: block
}
.cs-tab-group .ui-tabs-nav li.ui-tabs-active a {
    color: #fff
}
.cs-tab-group .ui-tabs-nav li:hover {
    background-color: #e5e5e5
}
.cs-tab-group .ui-tabs-panel {
    padding-top: 15px
}
.cs-tab-group .ui-tabs-panel p:last-child {
    margin: 0
}

/*------------------------------------------------------------------
    3.4 Accordion
-------------------------------------------------------------------*/
.cs-accordion-group {
    margin-bottom: 20px
}
.cs-accordion-group .cs-accordion-title {
    color: #999;
    outline: none;
    cursor: pointer;
    padding: 6px 12px;
    position: relative;
    background-color: #f5f5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 3px
}
.cs-accordion-group .cs-accordion-title:after {
    color: #ddd;
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 10px
}
.cs-accordion-group .cs-accordion-title.ui-state-active {
    color: #fff
}
.cs-accordion-group .cs-accordion-title:hover {
    background-color: #e5e5e5
}
.cs-accordion-group .cs-accordion-title.ui-state-active:after {
    color: #fff;
    content: "\f068"
}
.cs-accordion-group .cs-accordion-panel {
    padding: 15px 0 10px 0
}
.cs-accordion-group .cs-accordion-panel p:last-child {
    margin: 0
}

/*------------------------------------------------------------------
    3.5 Spacers
-------------------------------------------------------------------*/
.cs-spacer {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    border: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background-color: #f5f5f5;
    color: #ccc;
    text-align: center
}
.cs-spacer i {
    width: 40px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -20px;
    text-align: center;
    line-height: 30px;
    background-color: #fff !important
}

/*------------------------------------------------------------------
    3.6 Alerts
-------------------------------------------------------------------*/
.cs-alert {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    color: #fff
}
.cs-alert p {
    overflow: hidden;
    margin: 2px 0 0 30px
}
.cs-alert i {
    position: absolute;
    left: 20px;
    top: 20px
}
.cs-alert.cs-alert-green {
    background-color: #EBF6E0;
    color: #5f9025
}
.cs-alert.cs-alert-blue {
    background-color: #E9F7FE;
    color: #5091b2
}
.cs-alert.cs-alert-red {
    background-color: #ffe9e9;
    color: #de5959
}
.cs-alert.cs-alert-yellow {
    background-color: #FBFADD;
    color: #8f872e
}

/*------------------------------------------------------------------
    3.7 Forms
-------------------------------------------------------------------*/
form {
    position: relative;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit
}
textarea {
    width: 100%;
    min-height: 180px
}
label {
    display: block;
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 12px
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="phone"],
input[type="number"],
input[type="email"],
input[type="datetime"],
input[type="search"],
input[type="tel"],
textarea,
select {
    padding: 10px 12px;
    outline: none;
    font-size: 14px;
    color: #555;
    margin: 0;
    max-width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="phone"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="datetime"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    color: #333
}


/*------------------------------------------------------------------
    3.8 Lightbox core
-------------------------------------------------------------------*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button:: -moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /** * Remove all paddings around the image on small screen */
    
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar: empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*------------------------------------------------------------------
    4. Header
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    4.1 Header style one
-------------------------------------------------------------------*/
#cs-header-style-one {
    border-bottom: 1px solid #f5f5f5 !important;
    background-color: #fff;
    border-top-style: solid;
    border-top-width: 3px;
    margin-bottom: 40px;
}
#cs-header-style-one .cs-header-body-table {
    display: table;
    width: 100%
}
#cs-header-style-one .cs-header-body-row {
    display: table-row
}

/*------------------------------------------------------------------
    4.2 Header style two
-------------------------------------------------------------------*/
#cs-header-style-two {
    border-bottom: 1px solid #f5f5f5 !important;
    background-color: #fff;
    border-top-style: solid;
    border-top-width: 3px;
    margin-bottom: 40px
}

/*------------------------------------------------------------------
    5. Header main
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    5.1 Logo brand
-------------------------------------------------------------------*/
#cs-logo-brand img {
    height: auto;
}
#cs-header-style-one #cs-logo-brand {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px
}
#cs-header-style-two #cs-logo-brand {
    text-align: center;
    margin: 30px 0 20px 0
}

/*------------------------------------------------------------------
    5.2 Toggle navigation
-------------------------------------------------------------------*/
.cs-toggle-main-navigation {
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 18px;
    width: 60px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.cs-main-navigation-wrapper.fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*------------------------------------------------------------------
    5.3 Search recipes
-------------------------------------------------------------------*/
.cs-search-recipes-container {
    background-color: #ddd;
    margin-top: -40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 25px
}
.cs-home-slider + .cs-search-recipes-container {
    margin-top: -40px
}
.cs-search-recipes-container form input,
.cs-search-recipes-container form select,
.cs-search-recipes-container .chosen-container {
    width: 100%;
    margin-bottom: 15px
}
.cs-search-recipes-container form input[type="submit"] {
    margin-right: 0;
    font-size: 14px
}

/*------------------------------------------------------------------
    6. Page title
-------------------------------------------------------------------*/
.cs-page-title {
    margin-bottom: 40px;
}
.cs-page-title.with-custom-bg {
    margin-top: -40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #333;
    color: #999
}
.cs-page-title.with-custom-bg h1 {
    color: #fff
}
.cs-page-title h1 {
    font-weight: 400;
    margin-bottom: 5px
}
ul.breadcrumb {
    font-size: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
    overflow: hidden;
}
ul.breadcrumb li {
    float: left;
    color: #999
}
ul.breadcrumb li:after {
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 5px;
    color: #ddd
}
ul.breadcrumb li:last-child:after {
    display: none;
}
.cs-page-title.with-custom-bg ul.breadcrumb li a {
    color: #fff
}

/*------------------------------------------------------------------
    7. Headlines
-------------------------------------------------------------------*/
h3.cs-headline {
    font-weight: 400;
    overflow: hidden;
    margin-bottom: 20px
}
h3.cs-headline span {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
    background-color: #fff
}
h3.cs-headline span:after {
    content: " ";
    display: block;
    position: absolute;
    top: 14px;
    left: 100%;
    width: 1024px;
    border-top: 1px solid #f5f5f5
}

/*------------------------------------------------------------------
    8. Home slider
-------------------------------------------------------------------*/
.cs-home-slider {
    margin-top: -40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../demo/patterns/1.jpg);
    background-attachment: fixed;
    border-bottom: 1px solid #f5f5f5
}
.cs-home-slider .cs-slider-caption {
    padding: 30px 60px 35px 60px;
    background-color: #333;
    background-color: rgba(51,51,51,0.8);
    color: #fff;
    position: absolute;
    text-align: center;
    max-width: 600px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cs-home-slider .cs-slider-caption h2 {
    color: #fff;
    font-weight: 400;
    font-size: 32px;
    line-height: 54px;
    margin: 0;
    display: inline;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 2px
}
.cs-home-slider .cs-slider-caption p {
    margin: 15px 0 20px 0;
    color: #ddd
}

/*------------------------------------------------------------------
    8.1 Home regular slider
-------------------------------------------------------------------*/
.cs-home-regular-slider.swiper-container {
    margin-bottom: 40px
}
.cs-home-regular-slider .cs-slider-caption {
    padding: 10px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
    color: #333;
    position: absolute;
    bottom: 60px;
    left: 15px
}
.cs-home-regular-slider .cs-slider-caption h2 {
    color: #333;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin: 0
}

/*------------------------------------------------------------------
    9. Main content
-------------------------------------------------------------------*/
.cs-main-content {
    width: 100%
}
.cs-main-content.cs-sidebar-on-the-right {
    float: left;
    width: 70%;
    padding-right: 30px
}
.cs-main-content.cs-sidebar-on-the-left {
    float: right;
    width: 70%;
    padding-left: 30px
}

/*------------------------------------------------------------------
    10. Sidebar
-------------------------------------------------------------------*/
.cs-main-sidebar {
    float: left;
    width: 30%
}
.widget {
    position: relative;
    margin-bottom: 40px
}
.widget-title {
    font-size: 18px;
    line-height: 26px
    margin-bottom: 15px;
    font-weight: 400;
    overflow: hidden;
}
.widget-title span {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0
}
.widget-title span:after {
    content: " ";
    display: block;
    position: absolute;
    top: 16px;
    left: 100%;
    width: 1024px;
    border-top: 1px solid #f5f5f5
}
#cs-footer .widget-title span:after {
    border-top-color: #ddd
}
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul,
.widget_pages ul,
.widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_recent_comments li,
.widget_nav_menu li,
.widget_links li,
.widget_pages li,
.widget_recent_entries li {
    border-top: 1px solid #f5f5f5;
    padding: 4px 0;
    color: #999
}
#cs-footer .widget_archive li,
#cs-footer .widget_categories li,
#cs-footer .widget_meta li,
#cs-footer .widget_recent_comments li,
#cs-footer .widget_nav_menu li,
#cs-footer .widget_links li,
#cs-footer .widget_pages li,
#cs-footer .widget_recent_entries li {
    border-top-color: #ddd
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 4px
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
    padding-bottom: 0
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
    border-top: 1px solid #f5f5f5;
    padding-top: 4px;
    margin: 4px 0 0 16px
}

/*------------------------------------------------------------------
    10.1 Widget tags
-------------------------------------------------------------------*/
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after {
    content: " ";
    display: table
}
.widget_tag_cloud .tagcloud:after {
    clear: both
}
.widget_tag_cloud .tagcloud a {
    display: block;
    float: left;
    font-size: 12px !important;
    background-color: #f5f5f5;
    padding: 6px 10px;
    line-height: 1;
    color: #333;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#cs-footer .widget_tag_cloud .tagcloud a {
    background-color: #ddd
}
.widget_tag_cloud .tagcloud a:hover {
    color: #fff
}

/*------------------------------------------------------------------
    10.2 Widget 125x125 banners
-------------------------------------------------------------------*/
.cs-widget_banner_125x125:before,
.cs-widget_banner_125x125:after {
    content: " ";
    display: table
}
.cs-widget_banner_125x125:after {
    clear: both
}
.cs-widget_banner_125x125 .cs-banner {
    background-color: #f5f5f5;
    padding: 5px;
    margin: 8px;
    display: block;
    float: left;
    width: 135px
}
.cs-widget_banner_125x125 .cs-banner img {
    width: 125px
}

/*------------------------------------------------------------------
    10.3 Widget 300x250 banners
-------------------------------------------------------------------*/
.cs-widget_banner_300x250:before,
.cs-widget_banner_300x250:after {
    content: " ";
    display: table
}
.cs-widget_banner_300x250:after {
    clear: both
}
.cs-widget_banner_300x250 .cs-banner {
    text-align: center;
    padding: 4px 0;
    background-color: #f5f5f5;
    display: block;
    margin-bottom: 20px
}
.cs-widget_banner_300x250 .cs-banner:last-child {
    margin-bottom: 0
}

/*------------------------------------------------------------------
    10.4 Widget recent entries
-------------------------------------------------------------------*/
.widget_recent_entries .post-date {
    display: block;
    font-size: 12px
}

/*------------------------------------------------------------------
    10.5 Widget search
-------------------------------------------------------------------*/
.widget_search {}
.widget_search .screen-reader-text {
    display: none
}
.widget_search input {
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

/*------------------------------------------------------------------
    10.6 Widget latest posts
-------------------------------------------------------------------*/
.cs-widget_latest_posts {}
.cs-widget_latest_posts .cs-post-item {
    margin-bottom: 25px
}
.cs-widget_latest_posts .cs-post-item:before,
.cs-widget_latest_posts .cs-post-item:after {
    content: " ";
    display: table
}
.cs-widget_latest_posts .cs-post-item:after {
    clear: both
}
.cs-widget_latest_posts .cs-post-item .cs-post-thumb {
    float: left;
    width: 100px;
    margin-right: 15px
}
.cs-widget_latest_posts .cs-post-item .cs-post-inner {
    overflow: hidden
}
.cs-widget_latest_posts .cs-post-item .cs-post-inner h3 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    margin-top: -4px
}
.cs-widget_latest_posts .cs-post-item .cs-post-inner h3 a {
    color: #333
}
.cs-widget_latest_posts .cs-post-item .cs-post-inner .cs-post-meta {
    margin-bottom: 0
}

/*------------------------------------------------------------------
    10.7 Widget recipe categories
-------------------------------------------------------------------*/
.cs-recipe-top-categories {
    margin-bottom: 40px
}
.cs-recipe-category-block {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #333
}
.cs-recipe-category-block .border-frame {
    position: absolute;
    border: 1px solid #fff;
    border: 1px solid rgba(255,255,255,0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 10px;
    z-index: 2
}
.cs-recipe-category-block .border-frame:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.cs-recipe-category-block .inner {
    padding: 45px 20px;
    position: relative;
    overflow: hidden;
}
.cs-recipe-category-block .inner img {
    width: 100%;
    opacity: 0.2;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-recipe-category-block:hover .inner img {
    opacity: 0.3
}
.cs-recipe-category-block .inner h3 {
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    color: #fff
}
.cs-recipe-category-block .inner .more-than-link {
    font-size: 12px;
    line-height: 20px;
    z-index: 2;
    position: relative;
    color: #999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-recipe-category-block:hover .inner .more-than-link {
    color: #bbb
}
.cs-recipe-category-block .inner .open-recipe-category {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    background-color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 2
}

/*------------------------------------------------------------------
    10.8 Widget latest recipes
-------------------------------------------------------------------*/
.cs-widget_latest_recipes {}
.cs-widget_latest_recipes .cs-recipe-item {
    margin-bottom: 25px
}
.cs-widget_latest_recipes .cs-recipe-item:before,
.cs-widget_latest_recipes .cs-recipe-item:after {
    content: " ";
    display: table
}
.cs-widget_latest_recipes .cs-recipe-item:after {
    clear: both
}
.cs-widget_latest_recipes .cs-recipe-item .cs-recipe-thumb {
    float: left;
    width: 100px;
    margin-right: 15px
}
.cs-widget_latest_recipes .cs-recipe-item .cs-recipe-inner {
    overflow: hidden
}
.cs-widget_latest_recipes .cs-recipe-item .cs-recipe-inner h3 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    margin-top: -4px
}
.cs-widget_latest_recipes .cs-recipe-item .cs-recipe-inner h3 a {
    color: #333
}
.cs-widget_latest_recipes .cs-recipe-item .cs-recipe-inner .cs-recipe-meta {
    margin-bottom: 0
}

/*------------------------------------------------------------------
    11. Recipes
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    11.1 Category recipes
-------------------------------------------------------------------*/
.cs-recipes-category {
    margin-bottom: 40px
}
.cs-recipes-category ul.cs-recipes:before,
.cs-recipes-category ul.cs-recipes:after {
    content: " ";
    display: table
}
.cs-recipes-category ul.cs-recipes:after {
    clear: both
}
.cs-recipes-category ul.cs-recipes {
    list-style: none;
    margin: 0;
    padding: 0
}
.cs-recipes-category ul.cs-recipes li.cs-recipe {
    float: left;
    margin-bottom: 40px;
    position: relative;
    list-style: none;
    width: 48.5%;
    float: left;
    clear: left;
    border-bottom: 2px solid #ddd
}
.cs-recipes-category ul.cs-recipes li.cs-recipe:nth-child(2n) {
    float: right;
    clear: none;
}
.cs-recipes-category ul.cs-recipes li.cs-recipe a {
    display: block;
}
.cs-recipes-category ul.cs-recipes li.cs-recipe .cs-recipe-image {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    background-color: #333
}

.cs-recipes-category ul.cs-recipes li.cs-recipe .cs-recipe-image .cs-recipe-details-button {
    opacity: 0;
    visibility: hidden;    
    position: absolute;
    top: 46%;
    left: 0;
    width: 100%;
    margin-top: -15px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    white-space: normal;
    text-align: center;
    z-index: 1;
}
.cs-recipes-category ul.cs-recipes li.cs-recipe:hover .cs-recipe-image .cs-recipe-details-button {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    top: 50%;
}
.cs-recipes-category ul.cs-recipes li.cs-recipe .cs-recipe-image .cs-recipe-details-button a {
    background-color: rgba(255,255,255,0.05);
    display: inline-block;
    padding: 4px 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    color: #fff;
    position: relative;
    border: 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.cs-recipes-category ul.cs-recipes li.cs-recipe .cs-recipe-image img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}
.cs-recipes-category ul.cs-recipes li.cs-recipe:hover .cs-recipe-image img {
    opacity: 0.5
}
.cs-recipes-category ul.cs-recipes li.cs-recipe h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 10px 0;
    display: inline-block;
}
.cs-recipes-category ul.cs-recipes li.cs-recipe h3 a {
    color: #333
}
.cs-recipe-meta {
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 5px;
    color: #888
}
.cs-recipe-meta a {
    color: #888
}
.cs-recipe-meta span {
    float: left;
    margin-right: 10px
}

/*------------------------------------------------------------------
    11.2 Isotope recipes
-------------------------------------------------------------------*/
.cs-recipes-category ul.cs-isotope-recipes:before,
.cs-recipes-category ul.cs-isotope-recipes:after {
    content: " ";
    display: table
}
.cs-recipes-category ul.cs-isotope-recipes:after {
    clear: both
}
.cs-isotope-recipes {
    list-style: none;
    padding: 0;
    margin: 0 -1%
}
.cs-recipes-category ul.cs-isotope-recipes li.cs-isotope-recipe {
    position: relative;
    width: 25%;
    margin-bottom: 40px; 
    padding: 0 1%
}
.cs-recipes-category ul.cs-isotope-recipes li.cs-isotope-recipe a {
    display: block;
}
.cs-recipes-category ul.cs-isotope-recipes li.cs-isotope-recipe .cs-recipe-image {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    background-color: #333
}

.cs-isotope-recipe .cs-recipe-image .cs-recipe-details-button {
    opacity: 0;
    visibility: hidden;    
    position: absolute;
    top: 46%;
    left: 0;
    width: 100%;
    margin-top: -15px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    white-space: normal;
    text-align: center;
    z-index: 1;
}
.cs-recipes-category ul.cs-isotope-recipes li.cs-isotope-recipe:hover .cs-recipe-image .cs-recipe-details-button {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    top: 50%;
}
.cs-recipes-category ul.cs-isotope-recipes li.cs-isotope-recipe .cs-recipe-image .cs-recipe-details-button a {
    background-color: rgba(255,255,255,0.05);
    display: inline-block;
    padding: 4px 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    color: #fff;
    position: relative;
    border: 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.cs-recipes-category ul.cs-isotope-recipes li.cs-isotope-recipe .cs-recipe-image img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}
.cs-recipes-category ul.cs-isotope-recipes li.cs-isotope-recipe:hover .cs-recipe-image img {
    opacity: 0.5
}
.cs-recipes-category ul.cs-isotope-recipes li.cs-isotope-recipe h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 10px 0;
    display: inline-block;
}
.cs-recipes-category ul.cs-isotope-recipes li.cs-isotope-recipe h3 a {
    color: #333
}

/* Filter */
.cs-isotope-filter {
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
    clear: both;
}
.cs-isotope-filter button {
    margin-right: 5px;
    display: block;
    float: left;
}
.cs-isotope-filter button:hover,
.cs-isotope-filter button.current {
    background-color: #333 !important;
    color: #fff;
}

/*------------------------------------------------------------------
    12. Single recipe
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    12.1 Layout 1
-------------------------------------------------------------------*/
/* Recipe media */
.cs-recipe-media {
    margin-bottom: 40px;
    position: relative;
}
.cs-recipe-media img,
.cs-recipe-media iframe,
.cs-recipe-media video {
    width: 100%
}
/* Ingredients */
.cs-ingredients-check-list {
    padding: 25px;
    margin-bottom: 40px;
    background-color: #f5f5f5
}
.cs-ingredients-check-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.cs-ingredients-check-list ul li {
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}
.cs-ingredients-check-list ul li a {
    text-decoration: underline;
}
.cs-ingredients-check-list ul li .check-box {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    width: 15px;
    height: 15px;
    background-color: #ddd
}
.cs-ingredients-check-list ul li .check-box i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    visibility: hidden;
}
.cs-ingredients-check-list ul li.active .check-box i {
    visibility: visible;
}
.cs-ingredients-check-list ul li.active {
    color: #888;
    text-decoration: line-through;
}

/* Preparation */
.cs-recipe-single-preparation ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.cs-recipe-single-preparation .step {
    overflow: hidden;
    margin-bottom: 20px
}
.cs-recipe-single-preparation .step .step-number {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cs-recipe-single-preparation .step .step-number h5 {
    font-size: 14px;
    line-height: 28px;
    color: #fff
}
.cs-recipe-single-preparation .step .step-thumb {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 220px
}
.cs-recipe-single-preparation .step .step-thumb .click-to-view {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px 8px;
    font-size: 12px;
    color: #666;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8)
}
.cs-recipe-single-preparation .step .step-thumb img {
    width: 100%
}
.cs-recipe-single-preparation .step .step-description {
    overflow: hidden;
}
.cs-recipe-single-preparation .step .step-description h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.cs-recipe-single-preparation .step .step-description h3 span {
    margin-left: 5px;
    font-size: 10px;
    vertical-align: middle;
    background-color: #f5f5f5;
    padding: 2px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Recipe info */
.cs-recipe-info {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px
}

/* Recipe details */
.cs-recipe-details {
    font-size: 12px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px;
    padding-bottom: 15px
}
.cs-recipe-details div {
    font-weight: 700;
}
.cs-recipe-details div span {
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 10px
}
.cs-recipe-details div a {
    color: #555;
    text-decoration: underline;
}

/* Nutrition list */
.cs-nutrition-list {
    margin-bottom: 40px
} 
.cs-nutrition-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.cs-nutrition-list ul li {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #f5f5f5;
    text-align: center;
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 8px;
    font-weight: 700;
    float: left;
}
.cs-nutrition-list ul li:nth-child(4n) {
    margin-right: 0
}
.cs-nutrition-list ul li .cs-nutrition-item-description {
    color: #888;
    text-transform: uppercase;
    font-size: 10px;
    padding: 5px
}
.cs-nutrition-list ul li .cs-nutrition-item-value {
    background-color: #f5f5f5;
    color: #333;
    font-size: 11px;
    padding: 5px
}

/* Recipe meta detils */
.cs-recipe-meta-details {
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 40px;
    color: #888
}
.cs-recipe-meta-details div {
    text-transform: uppercase;
    margin-right: 15px
}
.cs-recipe-meta-details div i {
    margin-right: 5px;
    color: #333
}
.cs-recipe-meta-details div.print {
    float: left;
}
.cs-recipe-meta-details div.views {
    float: right;
}
.cs-recipe-meta-details div a {
    color: #888
}

/*------------------------------------------------------------------
    13. Blog
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    13.1 Category
-------------------------------------------------------------------*/
article.cs-post {
    margin-bottom: 40px
}
.cs-post-header {
    text-align: center;
}
.cs-post-header h1,
.cs-post-header h2 {
    font-weight: 400;
    margin: 0 0 10px 0
}
.cs-post-header h2 a {
    color: #333
}
.cs-post-header h1 span,
.cs-post-header h2 span {
    font-weight: 700
}
.cs-post-meta {
    color: #888;
    font-size: 12px;
    margin-bottom: 15px
}
.cs-post-meta a {
    color: #888
}
.cs-post-meta span {
    margin-right: 10px
}
.cs-post-meta span:before {
    font-family:'FontAwesome';
    margin-right: 5px
}
.cs-post-meta-author:before {
    content: "\f007"
}
.cs-post-meta-comments:before {
    content: "\f27a"
}
.cs-post-meta-category:before {
    content: "\f02c"
}
.cs-post-media {
    margin-bottom: 20px
}
.cs-post-media img,
.cs-post-media iframe,
.cs-post-media video,
.cs-post-media audio {
    width: 100%
}
.cs-post-content .cs-post-read-more {
    text-align: center;
    margin-top: 20px
}
.cs-post-content .cs-post-read-more:before {
    content: " ";
    position: relative;
    width: 100%;
    top: 15px;
    left: 0;
    height: 1px;
    background-color: #f5f5f5;
    display: block;
}
.cs-post-content p,
.cs-post-content ul,
.cs-post-content ol {
    margin-bottom: 30px;
}
/*------------------------------------------------------------------
    14. Single post
-------------------------------------------------------------------*/
.cs-single-post-controls {
    border: 1px solid #f5f5f5;
    padding: 15px;
    display: table;
    width: 100%;
    margin-bottom: 40px
}
.cs-single-post-controls span {
    color: #999;
    font-size: 12px;
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #f5f5f5
}
.cs-single-post-controls a {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 24px
}
.cs-single-post-controls a:hover {
    text-decoration: underline;
}
.cs-single-post-controls .cs-prev-post,
.cs-single-post-controls .cs-next-post {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    position: relative;
    text-align: center;
}
.cs-single-post-controls .cs-prev-post {
    padding-right: 20px
}
.cs-single-post-controls .cs-next-post {
    padding-left: 20px
}
.cs-single-post-controls .cs-next-post:before {
    content: " ";
    position: absolute;
    right: 100%;
    width: 1px;
    height: 100%;
    background-color: #f5f5f5
}
/*------------------------------------------------------------------
    14.1 Post gallery (swiper gallery)
-------------------------------------------------------------------*/
.cs-post-gallery,
.cs-recipe-gallery {
    background-color: #222;
}
.cs-swiper-gallery-controls div {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    z-index: 11;
    font-size: 14px
}
.cs-swiper-gallery-controls div.cs-swiper-button-prev {
    left: 15px
}
.cs-swiper-gallery-controls div.cs-swiper-button-next {
    left: 46px
}
.cs-swiper-gallery-controls div.cs-swiper-button-prev.swiper-button-disabled,
.cs-swiper-gallery-controls div.cs-swiper-button-next.swiper-button-disabled {
    opacity: 0.6
}
/*------------------------------------------------------------------
    14.2 Recipe gallery (swiper thumbs)
-------------------------------------------------------------------*/
.cs-recipe-thumbs {
    background-color: #333;
}
.cs-recipe-thumbs .swiper-slide {
    width: 120px;
    margin: 5px 5px 5px 0;
    opacity: 0.5;
    cursor: pointer;
}
.cs-recipe-thumbs .swiper-slide-active {
    opacity: 1;
    cursor: default;
}
/*------------------------------------------------------------------
    14.3 Post tags
-------------------------------------------------------------------*/
.cs-single-post-tags span {
    background-color: #333;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3px 5px;
    margin-right: 5px
}
.cs-single-post-tags a {
    color: #666
}
.cs-single-post-tags a:hover {
    text-decoration: underline
}
/*------------------------------------------------------------------
    14.4 Related articles
-------------------------------------------------------------------*/
.cs-related-articles {
    margin-left: -10px;
    margin-right: -10px
}
.cs-related-articles > h3 {
    padding-left: 10px
}
.cs-related-articles:before,
.cs-related-articles:after {
    content: " ";
    display: table
}
.cs-related-articles:after {
    clear: both
}
.cs-related-articles .cs-post {
    width: 33.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px
}
.cs-related-articles .cs-post h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px
}
.cs-related-articles .cs-post-media {
    margin-bottom: 10px
}
.cs-related-articles h3 {
    margin-bottom: 15px
}
/*------------------------------------------------------------------
    14.5 Comments
-------------------------------------------------------------------*/
.no_comments {
    text-align: center;
}
.no_comments i {
    font-size: 24px;
    color: #ddd
}
.cs-comments-area {
    margin-bottom: 40px
}
.cs-comment-list {
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-comment-meta {} .cs-comment-list .cs-comment {
    list-style: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5
}
.cs-comment-list .cs-comment ul.children {
    margin: 15px 0 0 70px;
    padding: 15px 0 0 0;
    list-style: none;
    border-top: 1px solid #f5f5f5
}
.cs-comment ul.children .cs-comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}
.cs-comment ul.children .cs-comment img.avatar {
    width: 35px
}
.cs-comment ul.children .cs-comment .cs-comment-content {
    margin-left: 55px
}
.cs-comment ul.children .cs-comment .cs-comment-content p {
    font-size: 13px;
    line-height: 20px
}
.cs-comment-list .cs-comment:first-child {
    border-top: 0
}
.cs-comment-author img.avatar {
    width: 50px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}
.cs-comment-author b {
    margin-right: 8px
}
.cs-comment-author b a {
    color: #222
}
.cs-comment-metadata {
    font-size: 12px;
    color: #999
}
.cs-comment-content {
    margin-top: 5px;
    margin-left: 70px;
    overflow: hidden;
}
.cs-reply {
    display: block;
    float: left;
    font-size: 10px;
    background-color: #f5f5f5;
    text-transform: uppercase;
    padding: 6px 10px;
    line-height: 1;
    color: #222
}
.cs-reply:hover {
    color: #fff
}

/*------------------------------------------------------------------
    15. Pages
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    15.1 Under construction
-------------------------------------------------------------------*/
.cs-under-construction {
    padding: 180px 0;
    text-align: center
}
.cs-under-construction #cs-logo-brand {
    margin-bottom: 100px
}
.cs-under-construction h2 {}
.cs-under-construction h4 {}
.cs-countdown {
    margin-top: 70px
}
.cs-countdown-block {
    display: inline-block;
    margin: 0 40px
}
.cs-countdown-number {
    font-size: 80px;
    line-height: 60px;
    margin-bottom: 10px
}
.cs-countdown-label {
    text-transform: uppercase;
    letter-spacing: 2px
}

/*------------------------------------------------------------------
    15.2 404 Page
-------------------------------------------------------------------*/
.cs-404-page {
    padding: 140px 0;
    text-align: center;
}
.cs-404-page h3 {
    font-size: 120px;
    font-weight: 400;
    line-height: 120px
}
.cs-404-page h4 {
    margin-bottom: 30px
}
.cs-404-page form {
    margin: 50px 0
}
.cs-404-page form input {
    display: inline-block;
    width: 250px
}
.cs-404-page-back-link {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 5px
}

/*------------------------------------------------------------------
    15.3 Contact page
-------------------------------------------------------------------*/
.cs-google-map {
    margin-bottom: 20px
}
.cs-google-map iframe {
    width: 100%;
    max-height: 300px
}
.cs-contact-form {
    margin-bottom: 40px
}
.cs-contact-form input[type="text"] {
    width: 100%
}

/*------------------------------------------------------------------
    16. Footer
-------------------------------------------------------------------*/
#cs-footer {
    background-color: #f5f5f5;
    padding: 30px 0 0 0
}

/*------------------------------------------------------------------
    17. Copyright
-------------------------------------------------------------------*/
#cs-copyright {
    background-color: #fff;
    padding: 10px 0;
    font-size: 12px;
    color: #999
}