/*
Theme Name: FoodBlog
Theme URI: http://foodblog.wordtaily.com/
Description: .
Author: WordTaily
Author URI: http://wordtaily.com
Version: 1.0
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, theme-options, translation-ready, custom-background, featured-images, blog, food-and-drink
Text Domain: foodblog
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses

All PHP code is released under the GNU General Public Licence version 3.0
All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License
*/
/* line 29, lib/scss/style.scss */
body { font-family: 'Open Sans', sans-serif; padding: 0; margin: 0; }

/* line 35, lib/scss/style.scss */
.wrapper { max-width: 900px; margin: 0 auto; }

/* line 1, lib/scss/inc/_header.scss */
header.main { background: white; padding: 5px 0; }
/* line 5, lib/scss/inc/_header.scss */
header.main .logo { width: 170px; height: 90px; text-align: center; float: left; }
/* line 12, lib/scss/inc/_header.scss */
header.main nav.main { overflow: auto; padding: 0 5px; }
/* line 16, lib/scss/inc/_header.scss */
header.main nav.main .upper { width: 100%; min-width: 300px; height: 45px; border-bottom: 1px solid #c7c7c7; }
/* line 22, lib/scss/inc/_header.scss */
header.main nav.main .upper ul { list-style: none; margin: 12px 0; padding: 0; float: left; }
/* line 28, lib/scss/inc/_header.scss */
header.main nav.main .upper ul li { display: inline-block; padding: 5px 10px; cursor: pointer; }
/* line 33, lib/scss/inc/_header.scss */
header.main nav.main .upper ul li i { font-size: 21px; color: #808080; transition: color .4s; }
/* line 39, lib/scss/inc/_header.scss */
header.main nav.main .upper ul li:hover { border-bottom: 1px solid #21b030; }
/* line 42, lib/scss/inc/_header.scss */
header.main nav.main .upper ul li:hover i { color: black; }
/* line 49, lib/scss/inc/_header.scss */
header.main nav.main .upper #searchform { float: right; }
/* line 52, lib/scss/inc/_header.scss */
header.main nav.main .upper #searchform div { margin: 12px 0; padding: 5px; }
/* line 56, lib/scss/inc/_header.scss */
header.main nav.main .upper #searchform div i.fa { font-size: 21px; color: #808080; }
/* line 61, lib/scss/inc/_header.scss */
header.main nav.main .upper #searchform div input { border: none; padding: 3px; }
/* line 65, lib/scss/inc/_header.scss */
header.main nav.main .upper #searchform div input:active, header.main nav.main .upper #searchform div input:focus { outline: none; border-bottom: 1px solid #21b030; }
/* line 70, lib/scss/inc/_header.scss */
header.main nav.main .upper #searchform div input:hover { border-bottom: 1px solid #808080; }
/* line 78, lib/scss/inc/_header.scss */
header.main nav.main .lower { height: 44px; padding: 8px; margin-top: 4px; box-sizing: border-box; }
/* line 84, lib/scss/inc/_header.scss */
header.main nav.main .lower .main-navigation { margin: 0; padding: 0; list-style: none; }
/* line 89, lib/scss/inc/_header.scss */
header.main nav.main .lower .main-navigation li { display: inline-block; float: left; margin: 0 5px; }
/* line 94, lib/scss/inc/_header.scss */
header.main nav.main .lower .main-navigation li a { color: #808080; text-decoration: none; text-transform: uppercase; transition: color .4s; font-size: 16px; }
/* line 103, lib/scss/inc/_header.scss */
header.main nav.main .lower .main-navigation li:hover a { color: #21b030; }
/* line 107, lib/scss/inc/_header.scss */
header.main nav.main .lower .main-navigation li:hover ul.sub-menu { visibility: visible; opacity: 1; }
/* line 112, lib/scss/inc/_header.scss */
header.main nav.main .lower .main-navigation li:hover.menu-item-has-children::after { color: #21b030; }
/* line 120, lib/scss/inc/_header.scss */
header.main nav.main .lower .main-navigation li.current-menu-item a { color: black; }
/* line 125, lib/scss/inc/_header.scss */
header.main nav.main .lower .main-navigation li.menu-item-has-children::after { font-family: 'FontAwesome'; content: "\f107"; color: #808080; transition: color .4s; }
/* line 132, lib/scss/inc/_header.scss */
header.main nav.main .lower .main-navigation li ul.sub-menu { clear: both; padding: 10px 12px; background: white; border-bottom: 1px solid #21b030; visibility: hidden; opacity: 0; transition: visibility 0s, opacity .4s linear; position: absolute; z-index: 5; }
/* line 143, lib/scss/inc/_header.scss */
header.main nav.main .lower .main-navigation li ul.sub-menu li { float: none; display: block; margin: 4px 0; }
/* line 149, lib/scss/inc/_header.scss */
header.main nav.main .lower .main-navigation li ul.sub-menu li:hover a { color: #21b030; }
/* line 155, lib/scss/inc/_header.scss */
header.main nav.main .lower .main-navigation li ul.sub-menu li.current-menu-item a { color: black; }
/* line 160, lib/scss/inc/_header.scss */
header.main nav.main .lower .main-navigation li ul.sub-menu li a { color: #808080; }
/* line 165, lib/scss/inc/_header.scss */
header.main nav.main .lower .main-navigation li ul.sub-menu::after { content: '\00a0'; display: block; width: 25px; height: 25px; background: white; position: absolute; bottom: -27px; left: 50%; transform: translate(-50%, -50%) rotate(45deg); -webkit-transform: translate(-50%, -50%) rotate(45deg); border-bottom: 1px solid #21b030; border-right: 1px solid #21b030; z-index: 4; }

/* line 1, lib/scss/inc/_slider.scss */
.slider { max-width: 1200px; margin: 30px auto; height: 500px; background: white; position: relative; overflow: hidden; }
/* line 9, lib/scss/inc/_slider.scss */
.slider.no-slider { display: none; }
/* line 13, lib/scss/inc/_slider.scss */
.slider .slide { position: absolute; top: 0; left: 0; width: calc(100% - 250px); height: 100%; }
/* line 20, lib/scss/inc/_slider.scss */
.slider .slide img { width: 100%; height: auto; }
/* line 26, lib/scss/inc/_slider.scss */
.slider .captionwrapper { width: 250px; height: 100%; position: absolute; right: 0; top: 0; z-index: 4; }
/* line 34, lib/scss/inc/_slider.scss */
.slider .captionwrapper .caption { width: 100%; height: 25%; background: white; border-bottom: 1px solid #c7c7c7; box-sizing: border-box; padding: 8px; position: relative; }
/* line 43, lib/scss/inc/_slider.scss */
.slider .captionwrapper .caption:last-child { border-bottom: none; }
/* line 47, lib/scss/inc/_slider.scss */
.slider .captionwrapper .caption a { color: black; text-transform: uppercase; text-decoration: none; }
/* line 52, lib/scss/inc/_slider.scss */
.slider .captionwrapper .caption p { margin: 0; color: #808080; }
/* line 57, lib/scss/inc/_slider.scss */
.slider .captionwrapper .caption.active { background: #e9e9e9; background: -moz-linear-gradient(left, #e9e9e9 0%, white 100%); background: -webkit-linear-gradient(left #e9e9e9 0%, white 100%); background: linear-gradient(to right, #e9e9e9 0%, white 100%); }
/* line 63, lib/scss/inc/_slider.scss */
.slider .captionwrapper .caption.active .marker { display: block; }
/* line 68, lib/scss/inc/_slider.scss */
.slider .captionwrapper .caption .marker { width: 19px; height: 38px; background: url("lib/img/active-slider.png"); display: none; position: absolute; right: 100%; top: 50%; transform: translateY(-50%); }
/* line 81, lib/scss/inc/_slider.scss */
.slider.basic-fullwidth, .slider.bottom-info-fullwidth, .slider.fixed-captions-fullwidth { max-width: none; margin: 0; height: 42vw; }
/* line 89, lib/scss/inc/_slider.scss */
.slider.bottom-info .slide, .slider.bottom-info-fullwidth .slide { width: 100%; height: 100%; }
/* line 94, lib/scss/inc/_slider.scss */
.slider.bottom-info .captionwrapper, .slider.bottom-info-fullwidth .captionwrapper { width: 100%; height: 100px; left: 0; bottom: 0; top: auto; }
/* line 102, lib/scss/inc/_slider.scss */
.slider.bottom-info .captionwrapper .caption, .slider.bottom-info-fullwidth .captionwrapper .caption { width: 25%; height: 100%; float: left; border-bottom: none; border-right: 1px solid #c7c7c7; }
/* line 109, lib/scss/inc/_slider.scss */
.slider.bottom-info .captionwrapper .caption:last-child, .slider.bottom-info-fullwidth .captionwrapper .caption:last-child { border-right: none; }
/* line 113, lib/scss/inc/_slider.scss */
.slider.bottom-info .captionwrapper .caption .marker, .slider.bottom-info-fullwidth .captionwrapper .caption .marker { left: 30%; bottom: 100%; top: -28px; transform: rotate(90deg); }
/* line 120, lib/scss/inc/_slider.scss */
.slider.bottom-info .captionwrapper .caption.active, .slider.bottom-info-fullwidth .captionwrapper .caption.active { background: #e9e9e9; background: -moz-linear-gradient(top, #e9e9e9 0%, white 100%); background: -webkit-linear-gradient(top, #e9e9e9 0%, white 100%); background: linear-gradient(to bottom, #e9e9e9 0%, white 100%); }
/* line 131, lib/scss/inc/_slider.scss */
.slider.fixed-captions .slide, .slider.fixed-captions-fullwidth .slide { width: 100%; height: 100%; }
/* line 136, lib/scss/inc/_slider.scss */
.slider.fixed-captions .captionwrapper, .slider.fixed-captions-fullwidth .captionwrapper { width: 100%; height: 100%; }
/* line 140, lib/scss/inc/_slider.scss */
.slider.fixed-captions .captionwrapper .caption, .slider.fixed-captions-fullwidth .captionwrapper .caption { width: auto; height: auto; background: 0; border: 0; position: absolute; left: 10%; top: 200%; transition: top .3s ease; }
/* line 150, lib/scss/inc/_slider.scss */
.slider.fixed-captions .captionwrapper .caption a, .slider.fixed-captions-fullwidth .captionwrapper .caption a { color: white; font-size: 45px; font-weight: 700; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
/* line 157, lib/scss/inc/_slider.scss */
.slider.fixed-captions .captionwrapper .caption .marker, .slider.fixed-captions-fullwidth .captionwrapper .caption .marker { display: none; }
/* line 160, lib/scss/inc/_slider.scss */
.slider.fixed-captions .captionwrapper .caption p, .slider.fixed-captions-fullwidth .captionwrapper .caption p { display: none; }
/* line 164, lib/scss/inc/_slider.scss */
.slider.fixed-captions .captionwrapper .caption.active, .slider.fixed-captions-fullwidth .captionwrapper .caption.active { top: 70%; }
/* line 171, lib/scss/inc/_slider.scss */
.slider.fixed-captions-fullwidth .caption { left: 20%; }

/* line 7, lib/scss/inc/_ui.scss */
.button, .read-more { display: inline-block; font-size: 24px; border-radius: 3px; color: white; text-decoration: none; box-shadow: 0px 2px 8px #999; cursor: pointer; transition: all 0.3s ease; margin: 10px; padding: 7px 12px; background: -moz-linear-gradient(45deg, #5bce5b, #11a723); background: -webkit-linear-gradient(45deg, #5bce5b, #11a723); background: linear-gradient(45deg, #5bce5b, #11a723); background-size: 200% 100% !important; background-position: 100% 0% !important; }
/* line 24, lib/scss/inc/_ui.scss */
.button:hover, .read-more:hover { background-position: 0% !important; box-shadow: 0 0px 10px #BBB; transition: all 0.3s ease; transform: translateY(-1px); }
/* line 31, lib/scss/inc/_ui.scss */
.button:active, .read-more:active { transform: translateY(0); background-position: 50% !important; }

/* line 2, lib/scss/inc/_posts.scss */
.wrapper .posts { max-width: 650px; float: left; width: 100%; }
/* line 7, lib/scss/inc/_posts.scss */
.wrapper .posts .post, .wrapper .posts .page, .wrapper .posts .recipe { margin: 50px 0; background: white; }
/* line 11, lib/scss/inc/_posts.scss */
.wrapper .posts .post iframe, .wrapper .posts .page iframe, .wrapper .posts .recipe iframe { width: 100%; min-height: 365px; }
/* line 16, lib/scss/inc/_posts.scss */
.wrapper .posts .post .attachment-loop-thumbnail, .wrapper .posts .page .attachment-loop-thumbnail, .wrapper .posts .recipe .attachment-loop-thumbnail { max-width: 100%; height: auto; }
/* line 21, lib/scss/inc/_posts.scss */
.wrapper .posts .post .post-content, .wrapper .posts .page .post-content, .wrapper .posts .recipe .post-content { padding: 8px; width: 100%; box-sizing: border-box; }
/* line 28, lib/scss/inc/_posts.scss */
.wrapper .posts .post .post-content header h3, .wrapper .posts .page .post-content header h3, .wrapper .posts .recipe .post-content header h3 { margin: 4px 0; }
/* line 31, lib/scss/inc/_posts.scss */
.wrapper .posts .post .post-content header h3 a, .wrapper .posts .page .post-content header h3 a, .wrapper .posts .recipe .post-content header h3 a { text-decoration: none; color: black; }
/* line 37, lib/scss/inc/_posts.scss */
.wrapper .posts .post .post-content header p, .wrapper .posts .page .post-content header p, .wrapper .posts .recipe .post-content header p { font-size: 14px; margin: 4px 0; }
/* line 41, lib/scss/inc/_posts.scss */
.wrapper .posts .post .post-content header p a, .wrapper .posts .page .post-content header p a, .wrapper .posts .recipe .post-content header p a { text-decoration: none; color: #39bc42; }
/* line 45, lib/scss/inc/_posts.scss */
.wrapper .posts .post .post-content header p a:hover, .wrapper .posts .page .post-content header p a:hover, .wrapper .posts .recipe .post-content header p a:hover { color: #21b030; }
/* line 51, lib/scss/inc/_posts.scss */
.wrapper .posts .post .post-content header i.comments, .wrapper .posts .page .post-content header i.comments, .wrapper .posts .recipe .post-content header i.comments { float: right; font-size: 32px; margin-right: 10px; position: relative; color: #39bc42; }
/* line 59, lib/scss/inc/_posts.scss */
.wrapper .posts .post .post-content header i.comments span, .wrapper .posts .page .post-content header i.comments span, .wrapper .posts .recipe .post-content header i.comments span { position: absolute; color: white; left: 50%; transform: translateX(-50%); top: 7px; font-size: 16px; font-weight: 700; }
/* line 70, lib/scss/inc/_posts.scss */
.wrapper .posts .post .post-content a.read-more, .wrapper .posts .page .post-content a.read-more, .wrapper .posts .recipe .post-content a.read-more { font-weight: 700; font-size: 12px; text-transform: uppercase; float: right; }
/* line 77, lib/scss/inc/_posts.scss */
.wrapper .posts .post .post-content .tags, .wrapper .posts .page .post-content .tags, .wrapper .posts .recipe .post-content .tags { font-size: 14px; margin: 4px 0; text-transform: uppercase; font-style: italic; }
/* line 84, lib/scss/inc/_posts.scss */
.wrapper .posts .post .post-content .tags a, .wrapper .posts .page .post-content .tags a, .wrapper .posts .recipe .post-content .tags a { color: #39bc42; text-decoration: none; transition: color .3s ease-out; }
/* line 89, lib/scss/inc/_posts.scss */
.wrapper .posts .post .post-content .tags a:hover, .wrapper .posts .page .post-content .tags a:hover, .wrapper .posts .recipe .post-content .tags a:hover { color: #21b030; }
/* line 95, lib/scss/inc/_posts.scss */
.wrapper .posts .post ul, .wrapper .posts .page ul, .wrapper .posts .recipe ul { width: 100%; list-style: none; padding: 0; }
/* line 100, lib/scss/inc/_posts.scss */
.wrapper .posts .post ul li, .wrapper .posts .page ul li, .wrapper .posts .recipe ul li { padding: 8px 0px 8px 35px; background: url("lib/img/li-point.png") no-repeat; background-position: 4px 8px; background-size: 20px 20px; }
/* line 109, lib/scss/inc/_posts.scss */
.wrapper .posts .post ul.check li, .wrapper .posts .page ul.check li, .wrapper .posts .recipe ul.check li { cursor: pointer; background-image: url("lib/img/li-checkopen.png"); }
/* line 113, lib/scss/inc/_posts.scss */
.wrapper .posts .post ul.check li.active, .wrapper .posts .page ul.check li.active, .wrapper .posts .recipe ul.check li.active { background-image: url("lib/img/li-checkclosed.png"); }
/* line 119, lib/scss/inc/_posts.scss */
.wrapper .posts .post ol, .wrapper .posts .page ol, .wrapper .posts .recipe ol { padding-left: 28px; }
/* line 122, lib/scss/inc/_posts.scss */
.wrapper .posts .post ol li, .wrapper .posts .page ol li, .wrapper .posts .recipe ol li { padding: 8px; }
/* line 128, lib/scss/inc/_posts.scss */
.wrapper .posts ul.share-btns { list-style: none; padding: 8px 0; margin: 0; background: #808080; text-align: center; }
/* line 135, lib/scss/inc/_posts.scss */
.wrapper .posts ul.share-btns li { display: inline-block; margin: 0 12px; padding: 4px; border-radius: 999px; background: white; width: 30px; height: 30px; box-sizing: border-box; transition: background-color .4s ease; cursor: default; }
/* line 147, lib/scss/inc/_posts.scss */
.wrapper .posts ul.share-btns li a { color: #808080; transition: color .4s ease; }
/* line 152, lib/scss/inc/_posts.scss */
.wrapper .posts ul.share-btns li:hover { background-color: #808080; }
/* line 155, lib/scss/inc/_posts.scss */
.wrapper .posts ul.share-btns li:hover a { color: white; }
/* line 164, lib/scss/inc/_posts.scss */
.wrapper.fullwidth .posts { max-width: 900px; }
/* line 170, lib/scss/inc/_posts.scss */
.wrapper.two-column .posts { max-width: 900px; }
/* line 173, lib/scss/inc/_posts.scss */
.wrapper.two-column .posts .post, .wrapper.two-column .posts .recipe { width: 48%; margin: 20px 0; float: left; min-height: 400px; }
/* line 179, lib/scss/inc/_posts.scss */
.wrapper.two-column .posts .post:nth-child(odd), .wrapper.two-column .posts .recipe:nth-child(odd) { float: left; clear: both; }
/* line 183, lib/scss/inc/_posts.scss */
.wrapper.two-column .posts .post:nth-child(even), .wrapper.two-column .posts .recipe:nth-child(even) { float: right; }
/* line 188, lib/scss/inc/_posts.scss */
.wrapper.two-column.with-sidebar { max-width: 1150px; }
/* line 190, lib/scss/inc/_posts.scss */
.wrapper.two-column.with-sidebar .posts { max-width: 900px; }
/* line 195, lib/scss/inc/_posts.scss */
.wrapper.grid { max-width: 100%; }
/* line 198, lib/scss/inc/_posts.scss */
.wrapper.grid .sidebar { display: none; }
/* line 202, lib/scss/inc/_posts.scss */
.wrapper.grid .posts { max-width: 100%; display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; }
/* line 209, lib/scss/inc/_posts.scss */
.wrapper.grid .posts .post, .wrapper.grid .posts .recipe { margin: 20px auto; width: 450px; height: 500px; }
/* line 216, lib/scss/inc/_posts.scss */
.wrapper.grid .pagination { order: 9999; }

/* line 4, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe { margin: 50px 0; background: white; }
/* line 8, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .post-content { position: relative; }
/* line 11, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .post-content .meta { width: 300px; height: 33px; background: #e3e3e3; border-bottom: 2px solid #cacaca; position: absolute; top: -10px; left: 50%; transform: translate(-50%); border-radius: 3px; }
/* line 22, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .post-content .meta .servings { position: absolute; left: 8px; top: 6px; font-size: 17px; }
/* line 28, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .post-content .meta .servings i { color: #7c7c7c; margin-left: 6px; }
/* line 33, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .post-content .meta .time { position: absolute; right: 4px; top: 6px; }
/* line 38, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .post-content .meta .time i { color: #7c7c7c; }
/* line 43, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .post-content .meta .difficulty { width: 160px; height: 40px; background: #808080 url("lib/img/stars-hard.png") no-repeat; border-radius: 3px; position: absolute; top: 50%; left: 50%; transition: all .4s ease; background-position: center; overflow: hidden; transform: translate(-50%, -50%); }
/* line 56, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .post-content .meta .difficulty:hover { background-position: 300%; }
/* line 59, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .post-content .meta .difficulty:hover span { right: 0; }
/* line 64, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .post-content .meta .difficulty.easy { background-color: #21b030; background-image: url("lib/img/stars-easy.png"); border-bottom: 2px solid #198524; }
/* line 69, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .post-content .meta .difficulty.medium { background-color: #eb721b; background-image: url("lib/img/stars-medium.png"); border-bottom: 2px solid #c25b11; }
/* line 74, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .post-content .meta .difficulty.hard { background-color: #f72121; border-bottom: 2px solid #dd0808; }
/* line 79, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .post-content .meta .difficulty span { text-transform: uppercase; position: absolute; width: 160px; height: 40px; text-align: center; font-weight: 700; font-size: 21px; text-transform: uppercase; color: white; padding: 6px 0; right: 100%; transition: right .4s ease; cursor: default; }
/* line 97, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .post-content header { margin-top: 20px; }
/* line 102, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe table { width: 100%; }
/* line 105, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe table td, .wrapper .posts .recipe table th { border-right: 1px solid #F7F7F7; width: 50%; }
/* line 109, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe table td:last-child, .wrapper .posts .recipe table th:last-child { border-right: none; }
/* line 113, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe table td { vertical-align: top; }
/* line 118, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .mini-slider { margin: 30px auto; width: 100%; height: 365px; background: white; position: relative; overflow: hidden; }
/* line 126, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .mini-slider .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* line 133, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .mini-slider .slide img { width: 100%; height: auto; }
/* line 139, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .mini-slider .acoro-slider-pagination { z-index: 4; position: absolute; left: 50%; bottom: 15px; transform: translate(-50%); }
/* line 146, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .mini-slider .acoro-slider-pagination .pagi { width: 10px; height: 10px; border-radius: 10px; border: 2px solid white; display: inline-block; margin: 3px; cursor: pointer; }
/* line 155, lib/scss/inc/_recipes.scss */
.wrapper .posts .recipe .mini-slider .acoro-slider-pagination .pagi.active { background: white; }

/* line 1, lib/scss/inc/_comments.scss */
ul.commentlist { list-style: none; padding-left: 0; }
/* line 5, lib/scss/inc/_comments.scss */
ul.commentlist li.comment { margin-bottom: 25px; clear: both; }
/* line 12, lib/scss/inc/_comments.scss */
ul.commentlist .comment-body .avatar { float: left; margin: 5px; border-radius: 4px; }
/* line 18, lib/scss/inc/_comments.scss */
ul.commentlist .comment-body .comment-content { overflow: hidden; }
/* line 21, lib/scss/inc/_comments.scss */
ul.commentlist .comment-body .comment-content .comment-author { float: left; margin-right: 20px; }
/* line 25, lib/scss/inc/_comments.scss */
ul.commentlist .comment-body .comment-content .comment-author a { color: black; text-decoration: none; }
/* line 34, lib/scss/inc/_comments.scss */
ul.commentlist .comment-body .comment-content .comment-meta a { text-decoration: none; color: #808080; text-transform: uppercase; font-size: 12px; transition: color .3s ease-out; }
/* line 41, lib/scss/inc/_comments.scss */
ul.commentlist .comment-body .comment-content .comment-meta a:hover { color: #21b030; }
/* line 47, lib/scss/inc/_comments.scss */
ul.commentlist .comment-body .comment-content p { margin-bottom: 5px; }
/* line 51, lib/scss/inc/_comments.scss */
ul.commentlist .comment-body .comment-content .reply { margin: 10px; font-size: 14px; float: right; }
/* line 56, lib/scss/inc/_comments.scss */
ul.commentlist .comment-body .comment-content .reply a { color: white; text-decoration: none; text-transform: uppercase; }
/* line 66, lib/scss/inc/_comments.scss */
ul.commentlist ul { list-style: none; padding-left: 50px; }

/* line 72, lib/scss/inc/_comments.scss */
#respond { clear: both; }
/* line 75, lib/scss/inc/_comments.scss */
#respond h3 { text-transform: uppercase; font-size: 22px; }
/* line 79, lib/scss/inc/_comments.scss */
#respond h3 a { text-decoration: none; color: black; }
/* line 87, lib/scss/inc/_comments.scss */
#respond form textarea { width: 100%; padding: 8px; font-style: italic; box-sizing: border-box; }
/* line 93, lib/scss/inc/_comments.scss */
#respond form textarea:active, #respond form textarea:focus { outline: none; }
/* line 98, lib/scss/inc/_comments.scss */
#respond form p { box-sizing: border-box; }
/* line 102, lib/scss/inc/_comments.scss */
#respond form p.comment-form-author input, #respond form p.comment-form-email input, #respond form p.comment-form-url input { width: 100%; box-sizing: border-box; padding: 8px; font-style: italic; box-sizing: border-box; }
/* line 109, lib/scss/inc/_comments.scss */
#respond form p.comment-form-author input:active, #respond form p.comment-form-author input:focus, #respond form p.comment-form-email input:active, #respond form p.comment-form-email input:focus, #respond form p.comment-form-url input:active, #respond form p.comment-form-url input:focus { outline: none; }
/* line 116, lib/scss/inc/_comments.scss */
#respond form p.comment-form-author { float: left; width: 49%; margin-right: 1%; }
/* line 121, lib/scss/inc/_comments.scss */
#respond form p.comment-form-author input { width: 100%; }
/* line 126, lib/scss/inc/_comments.scss */
#respond form p.comment-form-email { float: left; width: 49%; margin-left: 1%; }
/* line 131, lib/scss/inc/_comments.scss */
#respond form p.comment-form-email input { width: 100%; }
/* line 136, lib/scss/inc/_comments.scss */
#respond form p.comment-form-url { width: 100%; }
/* line 139, lib/scss/inc/_comments.scss */
#respond form p.comment-form-url input { width: 100%; }
/* line 145, lib/scss/inc/_comments.scss */
#respond form .form-submit input { width: 100%; background: #39bc42; color: white; border: 2px solid #39bc42; font-family: 'Open Sans', sans-serif; text-transform: uppercase; font-size: 18px; font-weight: 700; padding: 4px 0; cursor: pointer; transition: color .3s ease-out, background .3s ease-out; }
/* line 158, lib/scss/inc/_comments.scss */
#respond form .form-submit input:hover { color: #39bc42; background: white; }

/* line 2, lib/scss/inc/_footer.scss */
footer { width: 100%; background: #F7F7F7; padding-top: 30px; text-align: center; box-sizing: border-box; }
/* line 10, lib/scss/inc/_footer.scss */
footer .nav { padding: 12px; }
/* line 13, lib/scss/inc/_footer.scss */
footer .nav ul { padding: 0; margin: 0; list-style: none; }
/* line 18, lib/scss/inc/_footer.scss */
footer .nav ul li { display: inline-block; margin: 0 12px; }
/* line 22, lib/scss/inc/_footer.scss */
footer .nav ul li a { text-decoration: none; color: black; transition: color .3s; }
/* line 27, lib/scss/inc/_footer.scss */
footer .nav ul li a:hover { color: #21b030; }
/* line 34, lib/scss/inc/_footer.scss */
footer ul.social-icons { list-style: none; padding: 14px; margin: 0; background: #757575; }
/* line 40, lib/scss/inc/_footer.scss */
footer ul.social-icons li { display: inline-block; margin: 0 12px; padding: 4px; border-radius: 999px; background: white; width: 30px; height: 30px; box-sizing: border-box; transition: background-color .4s ease; cursor: default; }
/* line 52, lib/scss/inc/_footer.scss */
footer ul.social-icons li a { color: #757575; transition: color .4s ease; }
/* line 57, lib/scss/inc/_footer.scss */
footer ul.social-icons li:hover { background-color: #757575; }
/* line 60, lib/scss/inc/_footer.scss */
footer ul.social-icons li:hover a { color: white; }

/* line 2, lib/scss/inc/_wpcform7.scss */
.wpcf7-form input[type=text], .wpcf7-form input[type=email] { padding: 8px; border: 0; border-bottom: 1px solid #808080; }
/* line 7, lib/scss/inc/_wpcform7.scss */
.wpcf7-form input[type=text]:active, .wpcf7-form input[type=text]:focus, .wpcf7-form input[type=email]:active, .wpcf7-form input[type=email]:focus { border-bottom-color: #21b030; outline: none; }
/* line 13, lib/scss/inc/_wpcform7.scss */
.wpcf7-form textarea { padding: 8px; width: 309px; }
/* line 17, lib/scss/inc/_wpcform7.scss */
.wpcf7-form textarea:active, .wpcf7-form textarea:focus { outline: none; }
/* line 22, lib/scss/inc/_wpcform7.scss */
.wpcf7-form .wpcf7-submit { display: inline-block; font-size: 24px; border-radius: 3px; color: white; text-decoration: none; box-shadow: 0px 2px 8px #999; cursor: pointer; transition: all 0.3s ease; margin: 10px; padding: 7px 12px; border: 0; background: -moz-linear-gradient(45deg, #5bce5b, #11a723); background: -webkit-linear-gradient(45deg, #5bce5b, #11a723); background: linear-gradient(45deg, #5bce5b, #11a723); background-size: 200% 100% !important; background-position: 100% 0% !important; }
/* line 40, lib/scss/inc/_wpcform7.scss */
.wpcf7-form .wpcf7-submit:hover { background-position: 0% !important; box-shadow: 0 0px 10px #BBB; transition: all 0.3s ease; transform: translateY(-1px); }
/* line 47, lib/scss/inc/_wpcform7.scss */
.wpcf7-form .wpcf7-submit:active { transform: translateY(0); background-position: 50% !important; }

/* line 49, lib/scss/style.scss */
.sidebar { max-width: 230px; width: 26%; margin-left: 20px; float: right; }
/* line 55, lib/scss/style.scss */
.sidebar .widget { margin-top: 25px; padding: 1px 15px; background: white; }
/* line 60, lib/scss/style.scss */
.sidebar .widget h3 { position: relative; overflow: hidden; }
/* line 64, lib/scss/style.scss */
.sidebar .widget h3:after { content: ""; height: 1px; width: 100%; position: absolute; top: 50%; margin-left: 15px; background: #F7F7F7; }
/* line 75, lib/scss/style.scss */
.sidebar .widget ul { list-style: none; padding-left: 15px; }
/* line 81, lib/scss/style.scss */
.sidebar .widget ul li a { text-decoration: none; color: #808080; transition: color .3s; }
/* line 86, lib/scss/style.scss */
.sidebar .widget ul li a:hover { color: #21b030; }

/* line 95, lib/scss/style.scss */
.foodblog-ad { width: 100%; max-width: 650px; margin: 0 auto; }
/* line 100, lib/scss/style.scss */
.foodblog-ad.ad_mobile { display: none; }
/* line 104, lib/scss/style.scss */
.foodblog-ad .testad { width: 100%; height: 80px; background: #dd7700; border: 2px solid #aa5c00; text-align: center; color: white; font-size: 28px; padding: 18px; box-sizing: border-box; }

/* line 120, lib/scss/style.scss */
.gallery img { height: auto; transition: transform .3s ease-in-out; cursor: pointer; margin-top: -5px; }
/* line 126, lib/scss/style.scss */
.gallery img:hover { transform: scale(1.1); }
/* line 130, lib/scss/style.scss */
.gallery.column-2 img { width: 50%; }
/* line 133, lib/scss/style.scss */
.gallery.column-3 img { width: 33.3333333%; }
/* line 136, lib/scss/style.scss */
.gallery.column-4 img { width: 25%; }
/* line 139, lib/scss/style.scss */
.gallery.column-5 img { width: 20%; }
/* line 142, lib/scss/style.scss */
.gallery.column-6 img { width: 16.6666666%; }
/* line 145, lib/scss/style.scss */
.gallery.column-7 img { width: 14.285%; }
/* line 148, lib/scss/style.scss */
.gallery.column-8 img { width: 12.5%; }
/* line 151, lib/scss/style.scss */
.gallery.column-9 img { width: 11.1%; }
/* line 155, lib/scss/style.scss */
.gallery .preview { position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.2); z-index: 9999; }
/* line 164, lib/scss/style.scss */
.gallery .preview img { position: absolute; width: auto; height: auto; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 80%; max-height: 90%; }
/* line 175, lib/scss/style.scss */
.gallery .preview .close { position: absolute; right: 35px; top: 35px; width: 40px; height: 40px; padding: 7px 11px; box-sizing: border-box; border-radius: 999px; border: 2px solid white; color: white; cursor: pointer; }

/* line 191, lib/scss/style.scss */
.relatedposts { width: 100%; margin: 0 0 20px 0; float: left; font-size: 14px; }
/* line 197, lib/scss/style.scss */
.relatedposts .relatedthumb { width: 25%; float: left; text-align: center; }
/* line 202, lib/scss/style.scss */
.relatedposts .relatedthumb img { margin: 0 0 3px 0; padding: 0; }
/* line 206, lib/scss/style.scss */
.relatedposts .relatedthumb a { color: #808080; text-decoration: none; display: block; padding: 4px; width: 150px; transition: color .3s ease-out; }
/* line 214, lib/scss/style.scss */
.relatedposts .relatedthumb a:hover { color: #21b030; }

@media (max-width: 899px) { /* line 4, lib/scss/inc/_media.scss */
  .slider .slide img { height: 100%; width: auto; }
  /* line 11, lib/scss/inc/_media.scss */
  .sidebar { display: none; }
  /* line 15, lib/scss/inc/_media.scss */
  .posts { margin: 0 auto; float: none; } }
@media (max-width: 650px) { /* line 24, lib/scss/inc/_media.scss */
  .foodblog-ad.ad_mobile { display: block !important; }
  /* line 27, lib/scss/inc/_media.scss */
  .foodblog-ad.ad_beforeloop, .foodblog-ad.ad_afterloop { display: none !important; } }
@media (max-width: 600px) { /* line 35, lib/scss/inc/_media.scss */
  .slider { display: none; }
  /* line 40, lib/scss/inc/_media.scss */
  header.main .logo { float: none; width: auto; }
  /* line 45, lib/scss/inc/_media.scss */
  header.main nav.main { overflow: auto; float: none; } }
/* line 5, lib/scss/inc/_widgets.scss */
.sidebar .widget ul.recent-posts { padding: 0; overflow: hidden; }
/* line 9, lib/scss/inc/_widgets.scss */
.sidebar .widget ul.recent-posts li { height: 50px; width: 100%; position: relative; overflow: hidden; }
/* line 15, lib/scss/inc/_widgets.scss */
.sidebar .widget ul.recent-posts li .bg { width: 80%; height: 100px; background: #F7F7F7; transform: rotate(8deg); top: -25%; right: -10%; position: absolute; transition: right .3s ease-in-out; }
/* line 26, lib/scss/inc/_widgets.scss */
.sidebar .widget ul.recent-posts li .caption { position: absolute; width: 60%; height: 100%; top: 0; right: 0; padding: 12px 0; transition: right .3s ease-in-out; text-transform: uppercase; font-size: 13px; }
/* line 39, lib/scss/inc/_widgets.scss */
.sidebar .widget ul.recent-posts li:hover .bg { right: -20%; }
/* line 43, lib/scss/inc/_widgets.scss */
.sidebar .widget ul.recent-posts li:hover .caption { right: -10%; }

/* line 6, lib/scss/inc/_colors.scss */
body.red header.main nav.main .upper ul li:hover { border-bottom: 1px solid #e90b0b; }
/* line 10, lib/scss/inc/_colors.scss */
body.red header.main nav.main .upper #searchform div input:active, body.red header.main nav.main .upper #searchform div input:focus { border-bottom: 1px solid #e90b0b; }
/* line 19, lib/scss/inc/_colors.scss */
body.red header.main nav.main .lower .main-navigation li:hover a { color: #e90b0b; }
/* line 22, lib/scss/inc/_colors.scss */
body.red header.main nav.main .lower .main-navigation li:hover.menu-item-has-children::after { color: #e90b0b; }
/* line 26, lib/scss/inc/_colors.scss */
body.red header.main nav.main .lower .main-navigation li ul.sub-menu { border-bottom: 1px solid #e90b0b; }
/* line 30, lib/scss/inc/_colors.scss */
body.red header.main nav.main .lower .main-navigation li ul.sub-menu:hover a { color: #e90b0b; }
/* line 34, lib/scss/inc/_colors.scss */
body.red header.main nav.main .lower .main-navigation li ul.sub-menu::after { border-bottom: 1px solid #e90b0b; border-right: 1px solid #e90b0b; }
/* line 46, lib/scss/inc/_colors.scss */
body.red footer .nav ul li a:hover { color: #e90b0b; }
/* line 50, lib/scss/inc/_colors.scss */
body.red ul.comment-list .comment-meta a:hover { color: #e90b0b; }
/* line 53, lib/scss/inc/_colors.scss */
body.red #respond .form-submit input { background: #f34141; border: 2px solid #f34141; }
/* line 57, lib/scss/inc/_colors.scss */
body.red #respond .form-submit input:hover { color: #f34141; background: white; }
/* line 63, lib/scss/inc/_colors.scss */
body.red .button, body.red .read-more, body.red .wpcf7-submit { background: -moz-linear-gradient(45deg, #f34141, #e90b0b); background: -webkit-linear-gradient(45deg, #f34141, #e90b0b); background: linear-gradient(45deg, #f34141, #e90b0b); }
/* line 68, lib/scss/inc/_colors.scss */
body.red .posts .post-content header p a { color: #f34141 !important; }
/* line 71, lib/scss/inc/_colors.scss */
body.red .posts .post-content header p a:hover { color: #e90b0b !important; }
/* line 75, lib/scss/inc/_colors.scss */
body.red .posts .post-content i.comments { color: #f34141 !important; }
/* line 78, lib/scss/inc/_colors.scss */
body.red .posts .post-content .tags a { color: #f34141 !important; }
/* line 80, lib/scss/inc/_colors.scss */
body.red .posts .post-content .tags a:hover { color: #e90b0b !important; }
/* line 86, lib/scss/inc/_colors.scss */
body.red .relatedposts a:hover { color: #e90b0b; }
/* line 89, lib/scss/inc/_colors.scss */
body.red .sidebar ul li a:hover { color: #e90b0b; }
/* line 98, lib/scss/inc/_colors.scss */
body.blue header.main nav.main .upper ul li:hover { border-bottom: 1px solid #0072ff; }
/* line 102, lib/scss/inc/_colors.scss */
body.blue header.main nav.main .upper #searchform div input:active, body.blue header.main nav.main .upper #searchform div input:focus { border-bottom: 1px solid #0072ff; }
/* line 111, lib/scss/inc/_colors.scss */
body.blue header.main nav.main .lower .main-navigation li:hover a { color: #0072ff; }
/* line 114, lib/scss/inc/_colors.scss */
body.blue header.main nav.main .lower .main-navigation li:hover.menu-item-has-children::after { color: #0072ff; }
/* line 118, lib/scss/inc/_colors.scss */
body.blue header.main nav.main .lower .main-navigation li ul.sub-menu { border-bottom: 1px solid #0072ff; }
/* line 122, lib/scss/inc/_colors.scss */
body.blue header.main nav.main .lower .main-navigation li ul.sub-menu:hover a { color: #0072ff; }
/* line 126, lib/scss/inc/_colors.scss */
body.blue header.main nav.main .lower .main-navigation li ul.sub-menu::after { border-bottom: 1px solid #0072ff; border-right: 1px solid #0072ff; }
/* line 138, lib/scss/inc/_colors.scss */
body.blue footer .nav ul li a:hover { color: #0072ff; }
/* line 142, lib/scss/inc/_colors.scss */
body.blue ul.comment-list .comment-meta a:hover { color: #0072ff; }
/* line 145, lib/scss/inc/_colors.scss */
body.blue #respond .form-submit input { background: #4598ff; border: 2px solid #4598ff; }
/* line 149, lib/scss/inc/_colors.scss */
body.blue #respond .form-submit input:hover { color: #4598ff; background: white; }
/* line 155, lib/scss/inc/_colors.scss */
body.blue .button, body.blue .read-more, body.blue .wpcf7-submit { background: -moz-linear-gradient(45deg, #4598ff, #0072ff); background: -webkit-linear-gradient(45deg, #4598ff, #0072ff); background: linear-gradient(45deg, #4598ff, #0072ff); }
/* line 160, lib/scss/inc/_colors.scss */
body.blue .posts .post-content header p a { color: #4598ff !important; }
/* line 163, lib/scss/inc/_colors.scss */
body.blue .posts .post-content header p a:hover { color: #0072ff !important; }
/* line 167, lib/scss/inc/_colors.scss */
body.blue .posts .post-content i.comments { color: #4598ff !important; }
/* line 170, lib/scss/inc/_colors.scss */
body.blue .posts .post-content .tags a { color: #4598ff !important; }
/* line 172, lib/scss/inc/_colors.scss */
body.blue .posts .post-content .tags a:hover { color: #0072ff !important; }
/* line 178, lib/scss/inc/_colors.scss */
body.blue .relatedposts a:hover { color: #0072ff; }
/* line 181, lib/scss/inc/_colors.scss */
body.blue .sidebar ul li a:hover { color: #0072ff; }
/* line 189, lib/scss/inc/_colors.scss */
body.orange header.main nav.main .upper ul li:hover { border-bottom: 1px solid #ff4800; }
/* line 193, lib/scss/inc/_colors.scss */
body.orange header.main nav.main .upper #searchform div input:active, body.orange header.main nav.main .upper #searchform div input:focus { border-bottom: 1px solid #ff4800; }
/* line 202, lib/scss/inc/_colors.scss */
body.orange header.main nav.main .lower .main-navigation li:hover a { color: #ff4800; }
/* line 205, lib/scss/inc/_colors.scss */
body.orange header.main nav.main .lower .main-navigation li:hover.menu-item-has-children::after { color: #ff4800; }
/* line 209, lib/scss/inc/_colors.scss */
body.orange header.main nav.main .lower .main-navigation li ul.sub-menu { border-bottom: 1px solid #ff4800; }
/* line 213, lib/scss/inc/_colors.scss */
body.orange header.main nav.main .lower .main-navigation li ul.sub-menu:hover a { color: #ff4800; }
/* line 217, lib/scss/inc/_colors.scss */
body.orange header.main nav.main .lower .main-navigation li ul.sub-menu::after { border-bottom: 1px solid #ff4800; border-right: 1px solid #ff4800; }
/* line 229, lib/scss/inc/_colors.scss */
body.orange footer .nav ul li a:hover { color: #ff4800; }
/* line 233, lib/scss/inc/_colors.scss */
body.orange ul.comment-list .comment-meta a:hover { color: #ff4800; }
/* line 236, lib/scss/inc/_colors.scss */
body.orange #respond .form-submit input { background: #ff8758; border: 2px solid #ff8758; }
/* line 240, lib/scss/inc/_colors.scss */
body.orange #respond .form-submit input:hover { color: #ff8758; background: white; }
/* line 246, lib/scss/inc/_colors.scss */
body.orange .button, body.orange .read-more, body.orange .wpcf7-submit { background: -moz-linear-gradient(45deg, #ff8758, #ff4800); background: -webkit-linear-gradient(45deg, #ff8758, #ff4800); background: linear-gradient(45deg, #ff8758, #ff4800); }
/* line 251, lib/scss/inc/_colors.scss */
body.orange .posts .post-content header p a { color: #ff8758 !important; }
/* line 254, lib/scss/inc/_colors.scss */
body.orange .posts .post-content header p a:hover { color: #ff4800 !important; }
/* line 258, lib/scss/inc/_colors.scss */
body.orange .posts .post-content i.comments { color: #ff8758 !important; }
/* line 261, lib/scss/inc/_colors.scss */
body.orange .posts .post-content .tags a { color: #ff8758 !important; }
/* line 263, lib/scss/inc/_colors.scss */
body.orange .posts .post-content .tags a:hover { color: #ff4800 !important; }
/* line 269, lib/scss/inc/_colors.scss */
body.orange .relatedposts a:hover { color: #ff4800; }
/* line 272, lib/scss/inc/_colors.scss */
body.orange .sidebar ul li a:hover { color: #ff4800; }
/* line 280, lib/scss/inc/_colors.scss */
body.violet header.main nav.main .upper ul li:hover { border-bottom: 1px solid #8600c8; }
/* line 284, lib/scss/inc/_colors.scss */
body.violet header.main nav.main .upper #searchform div input:active, body.violet header.main nav.main .upper #searchform div input:focus { border-bottom: 1px solid #8600c8; }
/* line 293, lib/scss/inc/_colors.scss */
body.violet header.main nav.main .lower .main-navigation li:hover a { color: #8600c8; }
/* line 296, lib/scss/inc/_colors.scss */
body.violet header.main nav.main .lower .main-navigation li:hover.menu-item-has-children::after { color: #8600c8; }
/* line 300, lib/scss/inc/_colors.scss */
body.violet header.main nav.main .lower .main-navigation li ul.sub-menu { border-bottom: 1px solid #8600c8; }
/* line 304, lib/scss/inc/_colors.scss */
body.violet header.main nav.main .lower .main-navigation li ul.sub-menu:hover a { color: #8600c8; }
/* line 308, lib/scss/inc/_colors.scss */
body.violet header.main nav.main .lower .main-navigation li ul.sub-menu::after { border-bottom: 1px solid #8600c8; border-right: 1px solid #8600c8; }
/* line 320, lib/scss/inc/_colors.scss */
body.violet footer .nav ul li a:hover { color: #8600c8; }
/* line 324, lib/scss/inc/_colors.scss */
body.violet ul.comment-list .comment-meta a:hover { color: #8600c8; }
/* line 327, lib/scss/inc/_colors.scss */
body.violet #respond .form-submit input { background: #b64ceb; border: 2px solid #b64ceb; }
/* line 331, lib/scss/inc/_colors.scss */
body.violet #respond .form-submit input:hover { color: #b64ceb; background: white; }
/* line 337, lib/scss/inc/_colors.scss */
body.violet .button, body.violet .read-more, body.violet .wpcf7-submit { background: -moz-linear-gradient(45deg, #b64ceb, #8600c8); background: -webkit-linear-gradient(45deg, #b64ceb, #8600c8); background: linear-gradient(45deg, #b64ceb, #8600c8); }
/* line 342, lib/scss/inc/_colors.scss */
body.violet .posts .post-content header p a { color: #b64ceb !important; }
/* line 345, lib/scss/inc/_colors.scss */
body.violet .posts .post-content header p a:hover { color: #8600c8 !important; }
/* line 349, lib/scss/inc/_colors.scss */
body.violet .posts .post-content i.comments { color: #b64ceb !important; }
/* line 352, lib/scss/inc/_colors.scss */
body.violet .posts .post-content .tags a { color: #b64ceb !important; }
/* line 354, lib/scss/inc/_colors.scss */
body.violet .posts .post-content .tags a:hover { color: #8600c8 !important; }
/* line 360, lib/scss/inc/_colors.scss */
body.violet .relatedposts a:hover { color: #8600c8; }
/* line 363, lib/scss/inc/_colors.scss */
body.violet .sidebar ul li a:hover { color: #8600c8; }

/* line 225, lib/scss/style.scss */
.pagination { font-size: 18px; clear: both; }
/* line 229, lib/scss/style.scss */
.pagination a { text-decoration: none; color: white; font-weight: 700; transition: all .4s ease-out; text-transform: uppercase; }

/* line 238, lib/scss/style.scss */
.clear { clear: both; }

/* line 243, lib/scss/style.scss */
body.rounded-corners .attachment-loop-thumbnail, body.rounded-corners .post, body.rounded-corners .recipe, body.rounded-corners .page, body.rounded-corners ul.recent-posts, body.rounded-corners .slider, body.rounded-corners .avatar, body.rounded-corners .bypostauthor, body.rounded-corners .sidebar .widget { border-radius: 4px; }

/* =WordPress Core
-------------------------------------------------------------- */
/* line 249, lib/scss/style.scss */
.alignnone { margin: 5px 20px 20px 0; }

/* line 253, lib/scss/style.scss */
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }

/* line 259, lib/scss/style.scss */
.alignright { float: right; margin: 5px 0 20px 20px; }

/* line 264, lib/scss/style.scss */
.alignleft { float: left; margin: 5px 20px 20px 0; }

/* line 269, lib/scss/style.scss */
a img.alignright { float: right; margin: 5px 0 20px 20px; }

/* line 274, lib/scss/style.scss */
a img.alignnone { margin: 5px 20px 20px 0; }

/* line 278, lib/scss/style.scss */
a img.alignleft { float: left; margin: 5px 20px 20px 0; }

/* line 283, lib/scss/style.scss */
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* line 289, lib/scss/style.scss */
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
/* line 296, lib/scss/style.scss */
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
/* line 299, lib/scss/style.scss */
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
/* line 302, lib/scss/style.scss */
.wp-caption.alignright { margin: 5px 0 20px 20px; }
/* line 306, lib/scss/style.scss */
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
/* line 315, lib/scss/style.scss */
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }

/* Text meant only for screen readers. */
/* line 324, lib/scss/style.scss */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
/* line 331, lib/scss/style.scss */
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/* line 352, lib/scss/style.scss */
.sticky { background: #F7F7F7; }
/* line 355, lib/scss/style.scss */
.sticky .post-content { background: none !important; }

/* line 360, lib/scss/style.scss */
.gallery-caption { text-transform: uppercase; font-size: 14px; }

/* line 365, lib/scss/style.scss */
.bypostauthor { background: #F7F7F7; }
