/*
Theme Name: kytheme
Author: Alper ALIN
Author URI: http://fusionistanbul.com
Description: Theme for kolayyemektarifleri.org
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kytheme
Tags:

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Basics
  ## reset
  ## mixins
  ## colors
  ## typography
  ## general
  ## layout
  ## icons
  ## header
  ## footer
# Components
  ## infoList
  ## search
  ## dropdown
  ## navigation
  ## smCount
  ## contentBox
  ## newsletter
  ## article
  ## error page
  ## comment
  ## sidebar
  ## shareButton
  ## slick
  ## choices
  ## infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*--------------------------------------------------------------
## Icon Sprite
--------------------------------------------------------------*/
.dropdown__btn_icon, .smCount--facebook::before, .smCount--youtube::before, .ContentBox-container__title::before, .contentBox__estimateTime::before, .contentBox__category::before, .contentBox__estimated-time::before, .imageSlider__prev-button, .imageSlider__next-button, .article__category::before, .recipe-steps__title_icon::before, .recipe-ingredients__title_icon::before, .recipe-nutritive__title_icon::before, .post-statics__reading-number::before, .choices[data-type*="select-one"]:after {
  background: transparent url(img/css-icon-sprite.png) 0 0 no-repeat; }

/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Text Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Background Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Border Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Font Family
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Font Sizes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Font Weights
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Heading
--------------------------------------------------------------*/
h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000; }

h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000; }

h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000000; }

h4,
h5,
h6 {
  clear: both; }

/*--------------------------------------------------------------
### Text
--------------------------------------------------------------*/
p {
  font-size: 15px;
  font-weight: 400; }

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
### HTML
--------------------------------------------------------------*/
html {
  height: 100%; }

/*--------------------------------------------------------------
### Body
--------------------------------------------------------------*/
body {
  background: #F6F7F6;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  -webkit-text-size-adjust: 100%; }

/*--------------------------------------------------------------
### Images, Iframe, Video
--------------------------------------------------------------*/
img, iframe, video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto; }

/*--------------------------------------------------------------
### Logo
--------------------------------------------------------------*/
.logo {
  display: block;
  background-image: url(img/kolay-yemek-tarifleri-logo.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 45px;
  text-indent: -999em; }

/*--------------------------------------------------------------
### Loader
--------------------------------------------------------------*/
.loader {
  position: fixed;
  display: block;
  background-color: #F6F7F6;
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 350ms ease-out;
  transition: opacity 350ms ease-out;
  /* animation area */ }
  .loader.loader_hide {
    opacity: 0;
    z-index: -1; }
  .loader .custom-alm-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

/*--------------------------------------------------------------
#### Loader Icon
--------------------------------------------------------------*/
.kyt-icon {
  position: absolute;
  display: block;
  width: 118px;
  height: 36px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3; }

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Wrap
--------------------------------------------------------------*/
.wrap, .alm-reveal {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .wrap, .alm-reveal {
      padding-left: 20px;
      padding-right: 20px; } }

/*--------------------------------------------------------------
### Post
--------------------------------------------------------------*/
.post {
  padding: 30px 0; }
  @media screen and (max-width: 1023px) {
    .post {
      padding: 0;
      margin: 65px 0 0 0; } }

.post > .wrap, .post > .alm-reveal {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .post > .wrap, .post > .alm-reveal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; } }

/*--------------------------------------------------------------
### Main
--------------------------------------------------------------*/
.main {
  display: block;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .main {
      margin: 95px 0 0 0; } }

/*--------------------------------------------------------------
#### Main Content
--------------------------------------------------------------*/
.main__content {
  position: relative;
  display: block;
  width: 100%;
  margin: 60px 0 0 0; }
  .main__content > .wrap, .main__content > .alm-reveal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

/*--------------------------------------------------------------
### Search Page
--------------------------------------------------------------*/
.search-page {
  display: block;
  width: 100%; }
  .search-page > .wrap, .search-page > .alm-reveal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px; }
  @media screen and (max-width: 1023px) {
    .search-page {
      margin: 65px 0 0 0; } }

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
.icons {
  display: block;
  background-image: url("http://www.kolayyemektarifleri.org/wp-content/themes/kytheme/img/dist/icons.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-bottom: 10px; }
  .icons.cloud {
    background-position: 0 0;
    width: 60px; }
  .icons.arrow {
    background-position: -78px 0; }
  .icons.key {
    background-position: -134px 0; }
  .icons.light {
    background-position: -195px 0;
    width: 33px; }
  .icons.direction {
    background-position: -238px 0;
    width: 60px; }
  .icons.gear {
    background-position: -314px 0;
    width: 36px; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header {
  position: relative;
  width: 100%;
  background: transparent url(img/header-bg-image.jpg) no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1023px) {
    .header {
      position: fixed;
      background: #14191D;
      height: 65px;
      top: 0;
      left: 0;
      z-index: 999;
      overflow: hidden;
      -webkit-transition: all 400ms ease-in;
      transition: all 400ms ease-in; }
      .header.header_mobile-opened {
        overflow: visible; } }

/*--------------------------------------------------------------
### Header Body
--------------------------------------------------------------*/
.header__body {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: .5s 50ms ease;
  transition: .5s 50ms ease;
  z-index: 2; }
  .loaded .header__body {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media screen and (max-width: 1023px) {
    .header__body {
      display: none;
      visibility: hidden; } }

.header__body > .wrap, .header__body > .alm-reveal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*--------------------------------------------------------------
### Header Logo Container
--------------------------------------------------------------*/
.header__logo-container {
  display: block;
  max-width: 205px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 205px;
          flex: 0 0 205px;
  margin-right: 25px;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: .5s 300ms ease;
  transition: .5s 300ms ease; }
  .loaded .header__logo-container {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media screen and (max-width: 1023px) {
    .header__logo-container {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }

/*--------------------------------------------------------------
### Header Info List
--------------------------------------------------------------*/
.header__info-list-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: .5s 200ms ease;
  transition: .5s 200ms ease; }
  .loaded .header__info-list-container {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media screen and (max-width: 1023px) {
    .header__info-list-container {
      width: 50%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      padding: 20px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-left: 0;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  @media only screen and (max-width: 1023px) and (orientation: landscape) {
    .header__info-list-container {
      padding: 12px 20px;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }

/*--------------------------------------------------------------
### Header Search
--------------------------------------------------------------*/
.header__search-container {
  max-width: 620px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 620px;
          flex: 0 0 620px;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: .5s 100ms ease;
  transition: .5s 100ms ease; }
  .loaded .header__search-container {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media screen and (max-width: 1170px) {
    .header__search-container {
      max-width: 500px;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 500px;
              flex: 0 0 500px;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  @media screen and (max-width: 1023px) {
    .header__search-container {
      max-width: 100%;
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      padding: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin-left: 0;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  @media only screen and (max-width: 1023px) and (orientation: landscape) {
    .header__search-container {
      padding: 12px 20px;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }

/*--------------------------------------------------------------
### Header smCount
--------------------------------------------------------------*/
.header__smCount-container {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: .5s 600ms ease;
  transition: .5s 600ms ease; }
  .loaded .header__smCount-container {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media screen and (max-width: 1023px) {
    .header__smCount-container {
      width: 50%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 20px;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  @media only screen and (max-width: 1023px) and (orientation: landscape) {
    .header__smCount-container {
      padding: 12px 20px; } }

/*--------------------------------------------------------------
### Header Footer
--------------------------------------------------------------*/
.header__footer {
  position: relative;
  padding: 30px 0;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: .5s 50ms ease;
  transition: .5s 50ms ease;
  z-index: 1; }
  .loaded .header__footer {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media screen and (max-width: 1023px) {
    .header__footer {
      display: none;
      visibility: hidden; } }

.header__footer > .wrap, .header__footer > .alm-reveal {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/*--------------------------------------------------------------
### Header Nav
--------------------------------------------------------------*/
.header__nav-container {
  margin-left: -14px; }
  @media screen and (max-width: 1023px) {
    .header__nav-container {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      margin: 0;
      padding: 20px 12px;
      border-top: 1px solid rgba(255, 255, 255, 0.1); } }
  @media only screen and (max-width: 1023px) and (orientation: landscape) {
    .header__nav-container {
      padding: 12px; } }

/*--------------------------------------------------------------
### Mobile Logo
--------------------------------------------------------------*/
.mobile-header__logo-container {
  display: block;
  width: 170px; }

/*--------------------------------------------------------------
### Mobile Header
--------------------------------------------------------------*/
.mobile-header__body {
  display: none; }
  @media screen and (max-width: 1023px) {
    .mobile-header__body {
      display: block;
      padding: 0.625rem 0; }
      .mobile-header__body > .wrap, .mobile-header__body > .alm-reveal {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

/*--------------------------------------------------------------
### Mobile Header Footer
--------------------------------------------------------------*/
.mobile-header__footer {
  display: none; }
  @media screen and (max-width: 1023px) {
    .mobile-header__footer {
      position: absolute;
      display: block;
      background: #14191D url("img/mobile-bg.jpg") bottom left no-repeat;
      height: calc(100vh - 65px);
      opacity: 0;
      overflow: hidden;
      top: 65px;
      left: 0;
      z-index: -1;
      -webkit-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
      transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1); }
      .header_mobile-opened .mobile-header__footer {
        opacity: 1;
        z-index: 999;
        -webkit-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
        transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1); }
      .mobile-header__footer > .wrap, .mobile-header__footer > .alm-reveal {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0; } }
  @media only screen and (max-width: 1023px) and (orientation: landscape) {
    .mobile-header__footer {
      background-size: cover; } }

@media screen and (max-width: 1023px) {
  .mobile-header__footer--opened {
    display: block;
    height: auto;
    background-color: #14191D; } }

/*--------------------------------------------------------------
### Mobile Menu Button
--------------------------------------------------------------*/
.mobile-menu {
  position: relative;
  display: block;
  background: transparent;
  width: 28px;
  height: 24px;
  border: 0;
  padding: 0;
  margin: 0 0 0 auto;
  -webkit-transition: 300ms;
  transition: 300ms;
  outline: 0; }

/*--------------------------------------------------------------
### Mobile Menu Button Lines
--------------------------------------------------------------*/
.mobile-menu__lines {
  position: relative;
  background-color: #D80027;
  display: inline-block;
  width: 100%;
  height: 4px;
  border-radius: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
  top: -2px; }
  .mobile-menu__lines:before, .mobile-menu__lines:after {
    position: absolute;
    background-color: #D80027;
    display: inline-block;
    width: 100%;
    height: 4px;
    border-radius: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    left: 0;
    content: '';
    -webkit-transform-origin: 2px center;
            transform-origin: 2px center; }
  .mobile-menu__lines:before {
    top: -8px; }
  .mobile-menu__lines:after {
    top: 8px; }
  .mobile-menu_open .mobile-menu__lines {
    background-color: transparent; }
    .mobile-menu_open .mobile-menu__lines:before, .mobile-menu_open .mobile-menu__lines:after {
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      top: 0; }
    .mobile-menu_open .mobile-menu__lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
    .mobile-menu_open .mobile-menu__lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 90px 0; }

.loading-icon {
  display: block;
  background: transparent url(img/loading.png) no-repeat;
  width: 118px;
  height: 86px; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Info List
--------------------------------------------------------------*/
.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .info-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (max-width: 1023px) and (orientation: landscape) {
    .info-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .info-list > .menu-item {
    margin: 0 10px 0 0; } }

.info-list > .menu-item > a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.35px;
  padding: 8px;
  margin-right: 5px;
  text-decoration: none;
  -webkit-transition: color .5s ease-in;
  transition: color .5s ease-in; }
  .info-list > .menu-item > a:hover {
    color: #FFFFFF; }
  @media screen and (max-width: 1023px) {
    .info-list > .menu-item > a {
      padding: 8px 0;
      margin: 0 0 10px 0; } }
  @media only screen and (max-width: 1023px) and (orientation: landscape) {
    .info-list > .menu-item > a {
      margin: 0; } }

.info-list > .menu-item > a:last-of-type {
  margin-right: 0; }

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/*--------------------------------------------------------------
### Search Form
--------------------------------------------------------------*/
.search__form {
  max-width: 400px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px; }
  @media screen and (max-width: 1200px) {
    .search__form {
      max-width: calc(100% - 220px);
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(100% - 220px);
              flex: 1 1 calc(100% - 220px); }
      .error-page__search .search__form {
        max-width: 400px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 400px;
                flex: 1 1 400px; } }
  @media screen and (max-width: 1023px) {
    .search__form {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
      .error-page__search .search__form {
        max-width: 400px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 400px;
                flex: 1 1 400px; } }

/*--------------------------------------------------------------
### Search Input
--------------------------------------------------------------*/
.search__input {
  display: block;
  width: 100%;
  background: #ffffff url(img/search-icon.png) 95% center no-repeat;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.5);
  padding: 21px 40px 21px 25px;
  border: 0;
  border-radius: 2px;
  outline: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
  .search__input::-webkit-search-decoration, .search__input::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .search__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1; }
  .search__input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1; }
  .search__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1; }
  .search__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1; }
  @media all and (max-width: 1100px) {
    .search__input {
      max-width: 280px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 280px;
              flex: 1 1 280px; }
      .error-page__search .search__input {
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }
  @media all and (max-width: 1023px) {
    .search__input {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      padding: 11px 40px 11px 12px; } }
  @media only screen and (max-width: 1023px) and (orientation: landscape) {
    .search__input {
      background-position: 98% center;
      padding: 8px 40px 8px 12px; } }

/*--------------------------------------------------------------
### Search Submit
--------------------------------------------------------------*/
.search__submit {
  display: none;
  visibility: hidden; }

/*--------------------------------------------------------------
## Search Result Page
--------------------------------------------------------------*/
.search-header {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 30px 0; }

/*--------------------------------------------------------------
## Dropdown
--------------------------------------------------------------*/
.dropdown {
  max-width: 200px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  margin-right: 20px; }

.dropdown__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #F6A623;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
  border: 0;
  border-radius: 2px;
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }

.dropdown__btn_icon {
  display: block;
  background-position: -305px -15px;
  width: 10px;
  height: 10px;
  margin-left: 15px; }

.dropdown__list {
  display: none; }

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.navigation {
  width: 100%; }

/*--------------------------------------------------------------
### Navigation List
--------------------------------------------------------------*/
.navigation__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .navigation__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

/*--------------------------------------------------------------
### Navigation List Menu Item
--------------------------------------------------------------*/
.navigation__list > .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px); }
  .navigation__list > .menu-item:nth-child(1) {
    -webkit-transition: 0.5s 100ms ease;
    transition: 0.5s 100ms ease; }
  .navigation__list > .menu-item:nth-child(2) {
    -webkit-transition: 0.5s 200ms ease;
    transition: 0.5s 200ms ease; }
  .navigation__list > .menu-item:nth-child(3) {
    -webkit-transition: 0.5s 300ms ease;
    transition: 0.5s 300ms ease; }
  .navigation__list > .menu-item:nth-child(4) {
    -webkit-transition: 0.5s 400ms ease;
    transition: 0.5s 400ms ease; }
  .navigation__list > .menu-item:nth-child(5) {
    -webkit-transition: 0.5s 500ms ease;
    transition: 0.5s 500ms ease; }
  .loaded .navigation__list > .menu-item {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media screen and (max-width: 1023px) {
    .navigation__list > .menu-item {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media only screen and (max-width: 1023px) and (orientation: landscape) {
    .navigation__list > .menu-item {
      width: 33%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%; } }

/*--------------------------------------------------------------
### Navigation List Menu Item Link
--------------------------------------------------------------*/
.navigation__list > .menu-item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: none;
  padding: 0 8px;
  z-index: 1;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out; }
  .navigation__list > .menu-item > a::after {
    position: relative;
    display: block;
    content: attr(data-post-count);
    background-color: #D80027;
    font-size: 10px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: normal;
    border-radius: 100px;
    padding: 2px 5px;
    top: -10px;
    right: -2px;
    -webkit-transition: color 300ms ease-in;
    transition: color 300ms ease-in; }
  .navigation__list > .menu-item > a:hover {
    color: #D80027; }
    .navigation__list > .menu-item > a:hover::after {
      background-color: #FFFFFF;
      color: #D80027; }
  @media screen and (max-width: 1023px) {
    .navigation__list > .menu-item > a {
      padding: 12px 0;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      font-size: 14px;
      font-size: 0.875rem; }
      .navigation__list > .menu-item > a::after {
        margin: 0 0 0 auto; } }

/*--------------------------------------------------------------
### Navigation List Current Menu Item Link
--------------------------------------------------------------*/
.navigation__list > .current-menu-item > a {
  color: #D80027; }
  .navigation__list > .current-menu-item > a::after {
    background-color: #FFFFFF;
    color: #D80027; }

/*--------------------------------------------------------------
### Navigation Icons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#### Salad Icon
--------------------------------------------------------------*/
.salad-icon {
  margin: 0 15px 0 0;
  overflow: visible; }
  .salad-icon #top-border,
  .salad-icon #bottom-border,
  .salad-icon #circle {
    fill: #FFFFFF;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
  .salad-icon.animated #second-circle,
  .salad-icon.animated #second-inner-circle {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-animation: fallDown 1s cubic-bezier(0.89, 0.14, 0.5, 1.18) 0s normal forwards;
            animation: fallDown 1s cubic-bezier(0.89, 0.14, 0.5, 1.18) 0s normal forwards;
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
  .salad-icon.animated #first-circle,
  .salad-icon.animated #first-inner-circle {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-animation: fallDown 1s cubic-bezier(0.89, 0.14, 0.5, 1.18) 0s normal forwards;
            animation: fallDown 1s cubic-bezier(0.89, 0.14, 0.5, 1.18) 0s normal forwards; }
  .menu-item > a:hover .salad-icon #top-border,
  .menu-item > a:hover .salad-icon #bottom-border,
  .menu-item > a:hover .salad-icon #first-circle,
  .menu-item > a:hover .salad-icon #second-circle,
  .current-menu-item .salad-icon #top-border,
  .current-menu-item .salad-icon #bottom-border,
  .current-menu-item .salad-icon #first-circle,
  .current-menu-item .salad-icon #second-circle {
    fill: #D80027; }

@-webkit-keyframes fallDown {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fallDown {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/*--------------------------------------------------------------
#### Food Icon
--------------------------------------------------------------*/
.food-icon {
  margin: 0 15px 0 0;
  overflow: visible;
  -webkit-transform-origin: 0 20px;
          transform-origin: 0 20px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  /* when mouse hover to menu item, this class will add to svg with javaScript */
  /* when mouse hover to menu item or under the current menu item, svg color will fill to red */ }
  .food-icon #top,
  .food-icon #bottom,
  .food-icon #line {
    fill: #FFFFFF;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
  .food-icon.animated #top,
  .food-icon.animated #line {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: topUp 1s linear;
            animation: topUp 1s linear; }
  .menu-item > a:hover .food-icon #top,
  .menu-item > a:hover .food-icon #bottom,
  .menu-item > a:hover .food-icon #line,
  .current-menu-item .food-icon #top,
  .current-menu-item .food-icon #bottom,
  .current-menu-item .food-icon #line {
    fill: #D80027; }

@-webkit-keyframes topUp {
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@keyframes topUp {
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

/*--------------------------------------------------------------
#### Desert Icon
--------------------------------------------------------------*/
.desert-icon {
  margin: 0 15px 0 0;
  overflow: visible;
  /* when mouse hover to menu item, this class will add to svg with javaScript */
  /* when mouse hover to menu item or under the current menu item, svg color will fill to red */ }
  .desert-icon #pill-one, .desert-icon #pill-two, .desert-icon #pill-three, .desert-icon #pill-four, .desert-icon #pill-five, .desert-icon #pill-six, .desert-icon #pill-seven, .desert-icon #pill-eight,
  .desert-icon #pill-nine, .desert-icon #pill-ten, .desert-icon #pill-eleven, .desert-icon #pill-twelve, .desert-icon #pill-thirteen, .desert-icon #pill-fourteen, .desert-icon #pill-fifteen, .desert-icon #pill-sixteen,
  .desert-icon #pill-seventeen, .desert-icon #pill-eighteen, .desert-icon #pill-nineteen,
  .desert-icon #inner-circle, .desert-icon #outer-circle {
    fill: #FFFFFF;
    -webkit-transition: fill 300ms ease-in;
    transition: fill 300ms ease-in; }
  .desert-icon.animated #pill-one, .desert-icon.animated #pill-two, .desert-icon.animated #pill-three, .desert-icon.animated #pill-four, .desert-icon.animated #pill-five, .desert-icon.animated #pill-six, .desert-icon.animated #pill-seven, .desert-icon.animated #pill-eight,
  .desert-icon.animated #pill-nine, .desert-icon.animated #pill-ten, .desert-icon.animated #pill-eleven, .desert-icon.animated #pill-twelve, .desert-icon.animated #pill-thirteen, .desert-icon.animated #pill-fourteen, .desert-icon.animated #pill-fifteen, .desert-icon.animated #pill-sixteen,
  .desert-icon.animated #pill-seventeen, .desert-icon.animated #pill-eighteen, .desert-icon.animated #pill-nineteen {
    -webkit-animation: bounce-in-sprinkles 500ms forwards;
            animation: bounce-in-sprinkles 500ms forwards; }
  .desert-icon.animated #pill-one {
    -webkit-animation-delay: 25ms;
            animation-delay: 25ms; }
  .desert-icon.animated #pill-two {
    -webkit-animation-delay: 50ms;
            animation-delay: 50ms; }
  .desert-icon.animated #pill-three {
    -webkit-animation-delay: 75ms;
            animation-delay: 75ms; }
  .desert-icon.animated #pill-four {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms; }
  .desert-icon.animated #pill-five {
    -webkit-animation-delay: 125ms;
            animation-delay: 125ms; }
  .desert-icon.animated #pill-six {
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms; }
  .desert-icon.animated #pill-seven {
    -webkit-animation-delay: 175ms;
            animation-delay: 175ms; }
  .desert-icon.animated #pill-eight {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  .desert-icon.animated #pill-nine {
    -webkit-animation-delay: 225ms;
            animation-delay: 225ms; }
  .desert-icon.animated #pill-ten {
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms; }
  .desert-icon.animated #pill-eleven {
    -webkit-animation-delay: 275ms;
            animation-delay: 275ms; }
  .desert-icon.animated #pill-twelve {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
  .desert-icon.animated #pill-thirteen {
    -webkit-animation-delay: 325ms;
            animation-delay: 325ms; }
  .desert-icon.animated #pill-fourteen {
    -webkit-animation-delay: 350ms;
            animation-delay: 350ms; }
  .desert-icon.animated #pill-fifteen {
    -webkit-animation-delay: 375ms;
            animation-delay: 375ms; }
  .desert-icon.animated #pill-sixteen {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }
  .desert-icon.animated #pill-seventeen {
    -webkit-animation-delay: 425ms;
            animation-delay: 425ms; }
  .desert-icon.animated #pill-eighteen {
    -webkit-animation-delay: 450ms;
            animation-delay: 450ms; }
  .desert-icon.animated #pill-nineteen {
    -webkit-animation-delay: 475ms;
            animation-delay: 475ms; }
  .desert-icon.animated #desert-base {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation: bounce-in 500ms forwards;
            animation: bounce-in 500ms forwards; }
  .menu-item > a:hover .desert-icon #pill-one, .menu-item > a:hover .desert-icon #pill-two, .menu-item > a:hover .desert-icon #pill-three, .menu-item > a:hover .desert-icon #pill-four, .menu-item > a:hover .desert-icon #pill-five, .menu-item > a:hover .desert-icon #pill-six, .menu-item > a:hover .desert-icon #pill-seven, .menu-item > a:hover .desert-icon #pill-eight,
  .menu-item > a:hover .desert-icon #pill-nine, .menu-item > a:hover .desert-icon #pill-ten, .menu-item > a:hover .desert-icon #pill-eleven, .menu-item > a:hover .desert-icon #pill-twelve, .menu-item > a:hover .desert-icon #pill-thirteen, .menu-item > a:hover .desert-icon #pill-fourteen, .menu-item > a:hover .desert-icon #pill-fifteen, .menu-item > a:hover .desert-icon #pill-sixteen,
  .menu-item > a:hover .desert-icon #pill-seventeen, .menu-item > a:hover .desert-icon #pill-eighteen, .menu-item > a:hover .desert-icon #pill-nineteen,
  .menu-item > a:hover .desert-icon #inner-circle,
  .menu-item > a:hover .desert-icon #outer-circle,
  .current-menu-item .desert-icon #pill-one,
  .current-menu-item .desert-icon #pill-two,
  .current-menu-item .desert-icon #pill-three,
  .current-menu-item .desert-icon #pill-four,
  .current-menu-item .desert-icon #pill-five,
  .current-menu-item .desert-icon #pill-six,
  .current-menu-item .desert-icon #pill-seven,
  .current-menu-item .desert-icon #pill-eight,
  .current-menu-item .desert-icon #pill-nine,
  .current-menu-item .desert-icon #pill-ten,
  .current-menu-item .desert-icon #pill-eleven,
  .current-menu-item .desert-icon #pill-twelve,
  .current-menu-item .desert-icon #pill-thirteen,
  .current-menu-item .desert-icon #pill-fourteen,
  .current-menu-item .desert-icon #pill-fifteen,
  .current-menu-item .desert-icon #pill-sixteen,
  .current-menu-item .desert-icon #pill-seventeen,
  .current-menu-item .desert-icon #pill-eighteen,
  .current-menu-item .desert-icon #pill-nineteen,
  .current-menu-item .desert-icon #inner-circle,
  .current-menu-item .desert-icon #outer-circle {
    fill: #D80027; }

/* Pill animation */
@-webkit-keyframes bounce-in-sprinkles {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    height: auto;
    width: auto; } }
@keyframes bounce-in-sprinkles {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    height: auto;
    width: auto; } }

/* Desert Base animation */
@-webkit-keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.001);
            transform: scale(0.001); }
  20% {
    opacity: 1 !important; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.001);
            transform: scale(0.001); }
  20% {
    opacity: 1 !important; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

/*--------------------------------------------------------------
#### Pastry Icon
--------------------------------------------------------------*/
.pastry-icon {
  margin: 0 15px 0 0;
  overflow: visible;
  -webkit-transition: fill 300ms ease-in;
  transition: fill 300ms ease-in;
  /* when mouse hover to menu item, this class will add to svg with javaScript */
  /* when mouse hover to menu item or under the current menu item, svg color will fill to red */ }
  .pastry-icon #first-group,
  .pastry-icon #second-group,
  .pastry-icon #meat,
  .pastry-icon #cheese {
    fill: #FFFFFF; }
  .pastry-icon.animated #first-group {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-animation: dropItem 1s cubic-bezier(0.02, 0.75, 0.26, 1.08);
            animation: dropItem 1s cubic-bezier(0.02, 0.75, 0.26, 1.08);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .pastry-icon.animated #meat {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-animation: dropItem 1s cubic-bezier(0.02, 0.75, 0.26, 1.08);
            animation: dropItem 1s cubic-bezier(0.02, 0.75, 0.26, 1.08);
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .pastry-icon.animated #cheese {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-animation: dropItem 1s cubic-bezier(0.02, 0.75, 0.26, 1.08);
            animation: dropItem 1s cubic-bezier(0.02, 0.75, 0.26, 1.08);
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .pastry-icon.animated #second-group {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-animation: dropItem 1s cubic-bezier(0.02, 0.75, 0.26, 1.08);
            animation: dropItem 1s cubic-bezier(0.02, 0.75, 0.26, 1.08);
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .menu-item > a:hover .pastry-icon #first-group,
  .menu-item > a:hover .pastry-icon #meat,
  .menu-item > a:hover .pastry-icon #cheese,
  .menu-item > a:hover .pastry-icon #second-group,
  .current-menu-item .pastry-icon #first-group,
  .current-menu-item .pastry-icon #meat,
  .current-menu-item .pastry-icon #cheese,
  .current-menu-item .pastry-icon #second-group {
    fill: #D80027; }

/* Pastry Icon Drop Item animation */
@-webkit-keyframes dropItem {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  10%, 100% {
    opacity: 1; } }
@keyframes dropItem {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  10%, 100% {
    opacity: 1; } }

/*--------------------------------------------------------------
#### Soup Icon
--------------------------------------------------------------*/
.soup-icon {
  overflow: visible;
  margin: 0 15px 0 0;
  -webkit-transition: fill 300ms ease-in;
  transition: fill 300ms ease-in;
  /* when mouse hover to menu item, this class will add to svg with javaScript */
  /* when mouse hover to menu item or under the current menu item, svg color will fill to red */ }
  .soup-icon #bowl-border,
  .soup-icon #bottom-border,
  .soup-icon #left,
  .soup-icon #center,
  .soup-icon #right {
    fill: #FFFFFF;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
  .soup-icon.animated #left,
  .soup-icon.animated #center,
  .soup-icon.animated #right {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: moveUp 1s linear;
            animation: moveUp 1s linear;
    -webkit-animation-iteration-count: 2;
            animation-iteration-count: 2; }
  .menu-item > a:hover .soup-icon #left,
  .menu-item > a:hover .soup-icon #center,
  .menu-item > a:hover .soup-icon #right,
  .menu-item > a:hover .soup-icon #bowl-border,
  .menu-item > a:hover .soup-icon #bottom-border,
  .current-menu-item .soup-icon #left,
  .current-menu-item .soup-icon #center,
  .current-menu-item .soup-icon #right,
  .current-menu-item .soup-icon #bowl-border,
  .current-menu-item .soup-icon #bottom-border {
    fill: #D80027; }

/* Soup Icon Animation */
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  20%, 100% {
    opacity: 1; } }
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  20%, 100% {
    opacity: 1; } }

/*--------------------------------------------------------------
### Copyright
--------------------------------------------------------------*/
.copyright {
  display: block;
  width: 100%;
  padding: 13px 20px; }
  @media only screen and (max-width: 600px) and (orientation: landscape) {
    .copyright {
      display: none;
      visibility: hidden; } }

.copyright__text {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.3333333333;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.38px; }

/*--------------------------------------------------------------
## Social Media Count
--------------------------------------------------------------*/
.smCount {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .smCount {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (max-width: 1023px) and (orientation: landscape) {
    .smCount {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

/*--------------------------------------------------------------
### Social Media Count Item
--------------------------------------------------------------*/
.smCount__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 0.53125rem 1.0625rem;
  margin-right: 1.25rem;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in; }
  @media screen and (max-width: 1170px) {
    .smCount__item {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 48px;
      height: 48px;
      padding: 10px;
      margin-right: 10px; } }
  @media screen and (max-width: 1023px) {
    .smCount__item {
      width: auto;
      height: auto;
      margin: 0 0 10px 0;
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 5px;
      padding: 13px 20px; } }
  @media only screen and (max-width: 1023px) and (orientation: landscape) {
    .smCount__item {
      height: 30px;
      margin: 0 10px 0 0; } }

.smCount__item:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.05); }

.smCount__item:last-of-type {
  margin-right: 0; }

/*--------------------------------------------------------------
## Social Media Count Facebook
--------------------------------------------------------------*/
.smCount--facebook::before {
  display: block;
  content: "";
  background-position: -269px -12px;
  width: 10px;
  height: 17px;
  margin-right: 10px; }
  @media screen and (max-width: 1170px) {
    .smCount--facebook::before {
      margin-right: 0; } }
  @media screen and (max-width: 1023px) {
    .smCount--facebook::before {
      margin-right: 10px; } }

/*--------------------------------------------------------------
## Social Media Count Youtube
--------------------------------------------------------------*/
.smCount--youtube::before {
  display: block;
  content: "";
  background-position: -284px -11px;
  width: 18px;
  height: 19px;
  margin-right: 10px; }
  @media screen and (max-width: 1170px) {
    .smCount--youtube::before {
      margin-right: 0; } }
  @media screen and (max-width: 1023px) {
    .smCount--youtube::before {
      margin-right: 10px; } }

/*--------------------------------------------------------------
## Social Media Count Number Area
--------------------------------------------------------------*/
@media screen and (max-width: 1170px) {
  .smCount__item-count-number {
    display: none;
    visibility: hidden; } }

/*--------------------------------------------------------------
## Content Box Container
--------------------------------------------------------------*/
.ContentBox-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease; }
  @media screen and (max-width: 1023px) {
    .ContentBox-container {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

/*--------------------------------------------------------------
### Content Box Container Title
--------------------------------------------------------------*/
.ContentBox-container__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3636363636;
  letter-spacing: 0.2px;
  color: #000000;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease; }
  .ContentBox-container__title::before {
    display: block;
    content: "";
    background-position: -88px -10px;
    width: 19px;
    height: 22px;
    margin-right: 20px; }
  .ContentBox-container__title::after {
    display: block;
    content: "";
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    -webkit-transition: width 100ms ease;
    transition: width 100ms ease; }
  .ContentBox-container__title.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (max-width: 1023px) {
    .ContentBox-container__title {
      font-size: 18px;
      line-height: 1.3333333333;
      letter-spacing: 0.16px;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

/*--------------------------------------------------------------
### Content Box
--------------------------------------------------------------*/
.contentBox {
  max-width: 370px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 370px;
          flex: 1 1 370px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 30px 30px 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12); }
  .contentBox:hover .contentBox__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .contentBox:nth-child(1) {
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease; }
  .contentBox:nth-child(2) {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
  .contentBox:nth-child(3) {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .contentBox:nth-child(4) {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease; }
  .contentBox:nth-child(5) {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
  .contentBox:nth-child(6) {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease; }
  .contentBox:nth-child(7) {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease; }
  .contentBox:nth-child(8) {
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease; }
  .contentBox:nth-child(9) {
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease; }
  .contentBox.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .contentBox:nth-of-type(3n) {
    margin: 0 0 30px 0; }
  @media screen and (max-width: 1200px) {
    .contentBox {
      max-width: calc(33% - 17px);
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(33% - 17px);
              flex: 1 1 calc(33% - 17px); } }
  @media screen and (max-width: 1023px) {
    .contentBox {
      max-width: calc(50% - 15px);
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(50% - 15px);
              flex: 1 1 calc(50% - 15px);
      margin: 0 0 30px 0;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .contentBox:nth-of-type(3n) {
        margin: 0 0 30px 0; } }
  @media screen and (max-width: 767px) {
    .contentBox {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
      .contentBox:nth-of-type(2n), .contentBox:nth-of-type(3n) {
        margin: 0 0 30px 0; } }

/*--------------------------------------------------------------
#### Content Box Large
--------------------------------------------------------------*/
.contentBox--large {
  max-width: 570px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 570px;
          flex: 1 1 570px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 30px 30px 0;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease; }
  .contentBox--large.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .contentBox--large:hover .contentBox__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .contentBox--large:nth-of-type(2n) {
    margin: 0 0 30px 0; }
  @media screen and (max-width: 1200px) {
    .contentBox--large {
      max-width: calc(50% - 15px);
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(50% - 15px);
              flex: 1 1 calc(50% - 15px); } }
  @media screen and (max-width: 1023px) {
    .contentBox--large {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      margin: 0 0 30px 0;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

/*--------------------------------------------------------------
#### Content Box Header
--------------------------------------------------------------*/
.contentBox__header {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  height: 225px;
  overflow: hidden; }
  .contentBox--large .contentBox__header {
    height: 250px; }
  @media screen and (max-width: 1200px) {
    .contentBox__header {
      height: 185px; }
      .contentBox--large .contentBox__header {
        height: 185px; } }

/*--------------------------------------------------------------
#### Content Box Image
--------------------------------------------------------------*/
.contentBox__image {
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

/*--------------------------------------------------------------
#### Content Box Image Hover Filter
--------------------------------------------------------------*/
.contentBox__image-hover-filter {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease; }
  .contentBox:hover .contentBox__image-hover-filter,
  .contentBox--large:hover .contentBox__image-hover-filter {
    opacity: 1; }

/*--------------------------------------------------------------
#### Content Box Link
--------------------------------------------------------------*/
.contentBox__hover-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/*--------------------------------------------------------------
#### Content Box Recipe Link
--------------------------------------------------------------*/
.contentBox__recipe-link {
  position: relative;
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  /* 8px / 16px | 12px / 16px */
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0;
  z-index: 2;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease; }
  .contentBox:hover .contentBox__recipe-link,
  .contentBox--large:hover .contentBox__recipe-link {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (max-width: 767px) {
    .contentBox__recipe-link {
      font-size: 16px;
      font-size: 1rem; } }

/*--------------------------------------------------------------
#### Content Box Social
--------------------------------------------------------------*/
.contentBox__hover-social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.75rem 0 0 0;
  /* 12px / 16px */
  z-index: 2;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease; }
  .contentBox:hover .contentBox__hover-social,
  .contentBox--large:hover .contentBox__hover-social {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

/*--------------------------------------------------------------
##### Content Box Social Links
--------------------------------------------------------------*/
.contentBox__hover-social-link {
  display: block;
  width: 32px;
  height: 32px;
  text-decoration: none;
  border: 0;
  border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .contentBox__hover-social-link {
      width: 28px;
      height: 28px; } }

/*--------------------------------------------------------------
##### Content Box Social Links Facebook
--------------------------------------------------------------*/
.contentBox__hover-social-link_facebook {
  background: #3B5998 url(img/post-facebook-share-logo.png) center center no-repeat;
  margin: 0 0.75rem 0 0;
  /* 12px / 16px */ }

/*--------------------------------------------------------------
##### Content Box Social Links Facebook
--------------------------------------------------------------*/
.contentBox__hover-social-link_twitter {
  background: #1B98E0 url(img/post-twitter-share-logo.png) center center no-repeat; }

/*--------------------------------------------------------------
#### Content Box Estimate Time
--------------------------------------------------------------*/
.contentBox__estimateTime {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 900;
  color: #FFFFFF;
  padding: 10px 15px;
  top: 20px;
  right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  .contentBox__estimateTime::before {
    display: block;
    content: "";
    background-position: -143px -13px;
    width: 14px;
    height: 14px;
    margin-right: 10px; }

/*--------------------------------------------------------------
#### Content Box Body
--------------------------------------------------------------*/
.contentBox__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  background-color: #ffffff;
  padding: 20px; }

/*--------------------------------------------------------------
#### Content Box Link
--------------------------------------------------------------*/
.contentBox__link,
.contentBox__link:hover {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none; }

/*--------------------------------------------------------------
### Content Box Title
--------------------------------------------------------------*/
.contentBox__title {
  width: 100%;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3636363636;
  text-decoration: none; }
  @media screen and (max-width: 1023px) {
    .contentBox__title {
      font-size: 18px;
      line-height: 1.5; } }

/*--------------------------------------------------------------
#### Content Box Text
--------------------------------------------------------------*/
.contentBox__text {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.1333333333;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  margin-top: 10px; }
  @media screen and (max-width: 1023px) {
    .contentBox__text {
      font-size: 15px; } }

/*--------------------------------------------------------------
#### Content Box Footer
--------------------------------------------------------------*/
.contentBox__footer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: auto; }

/*--------------------------------------------------------------
#### Content Box Category
--------------------------------------------------------------*/
.contentBox__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 120px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4166666667;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-decoration: none; }

.contentBox__category::before {
  display: block;
  content: "";
  background-position: -108px -13px;
  width: 12px;
  height: 15px;
  margin-right: 10px; }

/*--------------------------------------------------------------
#### Content Box Rating
--------------------------------------------------------------*/
.contentBox__rating {
  display: block;
  min-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
  margin: 0 0 0 auto; }
  @media screen and (max-width: 767px) {
    .contentBox__rating {
      min-width: auto; } }

/*--------------------------------------------------------------
## Content Slider Modifier
--------------------------------------------------------------*/
.contentBox--slider {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 1023px) {
    .contentBox--slider {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

/*--------------------------------------------------------------
#### Content Box Intro
--------------------------------------------------------------*/
.contentBox__intro {
  max-width: 420px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 420px;
          flex: 1 1 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff; }
  @media screen and (max-width: 1023px) {
    .contentBox__intro {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

/*--------------------------------------------------------------
#### Content Box Slider Title
--------------------------------------------------------------*/
.contentBox--slider .contentBox__title {
  font-size: 28px;
  line-height: 1.4285714286; }
  @media screen and (max-width: 1023px) {
    .contentBox--slider .contentBox__title {
      font-size: 18px; } }

/*--------------------------------------------------------------
#### Content Box Slider Text
--------------------------------------------------------------*/
.contentBox--slider .contentBox__text {
  font-size: 14px;
  line-height: 2.1333333333;
  color: rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 1023px) {
    .contentBox--slider .contentBox__text {
      font-size: 15px; } }

/*--------------------------------------------------------------
#### Content Box Footer Estimated Time
--------------------------------------------------------------*/
.contentBox__estimated-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100px;
  font-size: 12px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
  margin-left: 20px; }

.contentBox__estimated-time::before {
  display: block;
  content: "";
  background-position: -124px -13px;
  width: 14px;
  height: 14px;
  margin-right: 10px; }

/*--------------------------------------------------------------
## Image Slider
--------------------------------------------------------------*/
.imageSlider__container {
  position: relative;
  max-width: 750px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 750px;
          flex: 1 1 750px; }
  @media screen and (max-width: 1200px) {
    .imageSlider__container {
      max-width: calc(100% - 420px);
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(100% - 420px);
              flex: 1 1 calc(100% - 420px); } }
  @media screen and (max-width: 1023px) {
    .imageSlider__container {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

/*--------------------------------------------------------------
### Image Slider Button Container
--------------------------------------------------------------*/
.imageSlider__button-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 30px;
  bottom: 30px; }
  @media screen and (max-width: 767px) {
    .imageSlider__button-container {
      left: 20px;
      bottom: 20px; } }

/*--------------------------------------------------------------
### Image Slider Button
--------------------------------------------------------------*/
.imageSlider__prev-button {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -999em;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: -366px 0;
  margin-right: 10px; }

.imageSlider__next-button {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -999em;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: -416px 0; }

/*--------------------------------------------------------------
### Image Slider Image
--------------------------------------------------------------*/
.imageSlider__item img {
  height: 450px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .imageSlider__item img {
      height: 320px; } }
  @media screen and (max-width: 550px) {
    .imageSlider__item img {
      height: 185px; } }

/*--------------------------------------------------------------
## Newsletter
--------------------------------------------------------------*/
.newsletter {
  width: 100%;
  background: #000000 url(img/newsletter-bg.jpg) right center no-repeat;
  background-size: cover;
  padding: 60px 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  .newsletter.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (max-width: 1023px) {
    .newsletter {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

/*--------------------------------------------------------------
### Newsletter Wrap
--------------------------------------------------------------*/
.newsletter > .wrap, .newsletter > .alm-reveal {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1023px) {
    .newsletter > .wrap, .newsletter > .alm-reveal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

/*--------------------------------------------------------------
### Newsletter Intro
--------------------------------------------------------------*/
.newsletter__intro {
  max-width: 370px;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .newsletter__intro {
      margin-bottom: 30px; } }

/*--------------------------------------------------------------
### Newsletter Title
--------------------------------------------------------------*/
.newsletter__title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #FFFFFF;
  margin-bottom: 20px; }

/*--------------------------------------------------------------
### Newsletter Text
--------------------------------------------------------------*/
.newsletter__text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  color: rgba(255, 255, 255, 0.7); }

/*--------------------------------------------------------------
### Newsletter Form Container
--------------------------------------------------------------*/
.newsletter__form-container {
  max-width: 510px;
  width: 100%; }

/*--------------------------------------------------------------
### Newsletter Form
--------------------------------------------------------------*/
.newsletter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

/*--------------------------------------------------------------
### Newsletter Input
--------------------------------------------------------------*/
.newsletter__input {
  max-width: 340px;
  width: 100%;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  color: #FFFFFF;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  outline: 0;
  margin-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .newsletter__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .newsletter__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .newsletter__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .newsletter__input::placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .newsletter__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .newsletter__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .newsletter__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 767px) {
    .newsletter__input {
      max-width: calc(100% - 170px);
      width: 100%; } }

/*--------------------------------------------------------------
### Newsletter Submit
--------------------------------------------------------------*/
.newsletter__submit {
  display: block;
  background-color: #D80027;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  border: 0;
  border-radius: 3px;
  padding: 20px 30px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*--------------------------------------------------------------
## Article
--------------------------------------------------------------*/
.article {
  max-width: 770px;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all .5s 200ms ease;
  transition: all .5s 200ms ease; }
  @media screen and (max-width: 1170px) {
    .article {
      margin-right: 30px; } }
  @media screen and (max-width: 1023px) {
    .article {
      max-width: 100%;
      margin: 0; } }
  .loaded .article {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

/*--------------------------------------------------------------
### Article Intro
--------------------------------------------------------------*/
.article__intro {
  position: relative;
  height: auto;
  max-height: 500px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .article__intro {
      max-height: 212px; } }

/*--------------------------------------------------------------
### Article Title
--------------------------------------------------------------*/
.article__title {
  position: absolute;
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3333333333;
  color: #FFFFFF;
  left: 20px;
  bottom: 20px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 1023px) {
    .article__title {
      font-size: 22px;
      right: 20px; } }

/*--------------------------------------------------------------
### Article Info
--------------------------------------------------------------*/
.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/*--------------------------------------------------------------
### Article Category
--------------------------------------------------------------*/
.article__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase; }
  @media screen and (max-width: 1023px) {
    .article__category {
      font-size: 12px; } }

.article__category::before {
  display: block;
  content: "";
  background-position: -109px -13px;
  width: 11px;
  height: 15px;
  margin-right: 10px; }

/*--------------------------------------------------------------
### Article Body
--------------------------------------------------------------*/
.article__body {
  padding: 30px 20px; }

.article p,
.article p a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1333333333;
  color: rgba(0, 0, 0, 0.6); }

.article p a {
  display: inline-block;
  text-decoration: underline; }

/*--------------------------------------------------------------
### Article Footer
--------------------------------------------------------------*/
.article__footer {
  padding: 20px; }

/*--------------------------------------------------------------
## Recipe
--------------------------------------------------------------*/
.recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0; }

/*--------------------------------------------------------------
### Recipe Titles
--------------------------------------------------------------*/
.recipe-steps__title,
.recipe-ingredients__title,
.recipe-nutritive__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3333333333;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/*--------------------------------------------------------------
### Recipe Left Container
--------------------------------------------------------------*/
.recipe__left-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
  max-width: 420px;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .recipe__left-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      max-width: 100%; } }

/*--------------------------------------------------------------
### Recipe Right Container
--------------------------------------------------------------*/
.recipe__right-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  max-width: 290px;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .recipe__right-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      max-width: 100%; } }

/*--------------------------------------------------------------
### Recipe Steps
--------------------------------------------------------------*/
.recipe-steps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/*--------------------------------------------------------------
#### Recipe Steps Title Icon
--------------------------------------------------------------*/
.recipe-steps__title_icon::before {
  display: block;
  content: "";
  background-position: 1px -11px;
  width: 24px;
  height: 17px;
  margin-right: 10px; }

/*--------------------------------------------------------------
#### Recipe Steps Item
--------------------------------------------------------------*/
.recipe-steps__item {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer; }

.recipe-steps__item:last-of-type {
  border-bottom: 0; }

/*--------------------------------------------------------------
#### Recipe Steps Item Title
--------------------------------------------------------------*/
.recipe-steps__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
  text-decoration: none; }

.recipe-steps__item-title.clicked {
  text-decoration: line-through; }

/*--------------------------------------------------------------
#### Recipe Steps Checkbox
--------------------------------------------------------------*/
.recipe-steps__checkbox {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  background-color: #ffffff;
  padding: 1px;
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  margin-right: 10px; }

.recipe-steps__checkbox-inner {
  display: block;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 2px; }

.recipe-steps__checkbox-inner.clicked {
  background-color: #D80027; }

/*--------------------------------------------------------------
#### Recipe Steps Item Text
--------------------------------------------------------------*/
.recipe-steps__item-text {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 2.1333333333;
  text-decoration: none; }

.recipe-steps__item-text.clicked {
  text-decoration: line-through; }

/*--------------------------------------------------------------
### Recipe Ingredients
--------------------------------------------------------------*/
.recipe-ingredients {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px; }

/*--------------------------------------------------------------
#### Recipe Ingredients Title Icon
--------------------------------------------------------------*/
.recipe-ingredients__title_icon::before {
  display: block;
  content: "";
  background-position: -46px -11px;
  width: 24px;
  height: 20px;
  margin-right: 10px; }

/*--------------------------------------------------------------
#### Recipe Ingredients List
--------------------------------------------------------------*/
.recipe-ingredients__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

/*--------------------------------------------------------------
#### Recipe Ingredients Item
--------------------------------------------------------------*/
.recipe-ingredients__item {
  display: block;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  padding: 20px 0; }

/*--------------------------------------------------------------
### Recipe Nutritive
--------------------------------------------------------------*/
.recipe-nutritive {
  width: 100%; }

/*--------------------------------------------------------------
#### Recipe Nutritive Title Icon
--------------------------------------------------------------*/
.recipe-nutritive__title_icon::before {
  display: block;
  content: "";
  background-position: -22px -10px;
  width: 24px;
  height: 20px;
  margin-right: 10px; }

/*--------------------------------------------------------------
#### Recipe Nutritive List
--------------------------------------------------------------*/
.recipe-nutritive__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0; }

/*--------------------------------------------------------------
#### Recipe Nutritive Item
--------------------------------------------------------------*/
.recipe-nutritive__item {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-bottom: 20px; }

/*--------------------------------------------------------------
#### Recipe Nutritive Item Title
--------------------------------------------------------------*/
.recipe-nutritive__item-title {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  margin-bottom: 10px; }

/*--------------------------------------------------------------
#### Recipe Nutritive Item Text
--------------------------------------------------------------*/
.recipe-nutritive__item-text {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase; }

/*--------------------------------------------------------------
### Related Posts
--------------------------------------------------------------*/
.related-posts {
  display: block;
  width: 100%; }
  .related-posts > .wrap, .related-posts > .alm-reveal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page,
.archive-page {
  display: block;
  width: 100%; }
  .error-page > .wrap, .error-page > .alm-reveal,
  .archive-page > .wrap,
  .archive-page > .alm-reveal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  @media screen and (max-width: 1023px) {
    .error-page,
    .archive-page {
      margin: 65px 0 0 0; } }

/*--------------------------------------------------------------
### Error Page Header
--------------------------------------------------------------*/
.error-page__header,
.archive-page__header {
  display: block;
  width: 100%;
  margin: 30px 0; }

/*--------------------------------------------------------------
### Error Page Content
--------------------------------------------------------------*/
.error-page__content {
  display: block;
  width: 100%; }

/*--------------------------------------------------------------
### Error Page Title
--------------------------------------------------------------*/
.error-page__title,
.archive-page__title {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.3333333333;
  color: #000000;
  text-align: center; }

/*--------------------------------------------------------------
### Error Page Text
--------------------------------------------------------------*/
.error-page__text,
.archive-page__description {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.8);
  text-align: center; }

/*--------------------------------------------------------------
### Error Page Search
--------------------------------------------------------------*/
.error-page__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments {
  width: 100%; }

/*--------------------------------------------------------------
### Comments Header
--------------------------------------------------------------*/
.comments__header {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 20px; }

/*--------------------------------------------------------------
### Comments Body
--------------------------------------------------------------*/
.comments__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0; }

/*--------------------------------------------------------------
### Comments Title
--------------------------------------------------------------*/
.comments__title {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8); }

/*--------------------------------------------------------------
### Comments Form
--------------------------------------------------------------*/
.comments__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/*--------------------------------------------------------------
### Comments Input
--------------------------------------------------------------*/
.comments__input {
  display: block;
  max-width: calc(50% - 10px);
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 10px);
          flex: 1 1 calc(50% - 10px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  margin: 0 20px 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .comments__input:last-of-type {
    margin: 0 0 20px 0; }
  @media screen and (max-width: 767px) {
    .comments__input {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      margin: 0 0 20px 0; } }

/*--------------------------------------------------------------
### Comments Text
--------------------------------------------------------------*/
.comments__text {
  display: block;
  max-width: 100%;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  resize: none;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*--------------------------------------------------------------
### Comments Submit
--------------------------------------------------------------*/
.comments__submit {
  display: block;
  max-width: 200px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  background-color: #D80027;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  padding: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .comments__submit:hover {
    background-color: #FFFFFF;
    color: #D80027;
    border: 1px solid #D80027; }

/*--------------------------------------------------------------
### Comments List
--------------------------------------------------------------*/
.comments__list {
  display: block;
  width: 100%;
  margin: 20px 0; }

/*--------------------------------------------------------------
### Comment Respond (Wordpress Class)
--------------------------------------------------------------*/
.comment-respond {
  display: block;
  width: 100%;
  margin: 0 0 50px 0; }

/*--------------------------------------------------------------
## Comment
--------------------------------------------------------------*/
.comment {
  display: block;
  width: 100%; }

/*--------------------------------------------------------------
### Comment Inner
--------------------------------------------------------------*/
.comment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 0 0 20px 0; }

/*--------------------------------------------------------------
### Comment Children
--------------------------------------------------------------*/
.comment > .children {
  display: block;
  max-width: calc(100% - 64px);
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 64px);
          flex: 0 0 calc(100% - 64px);
  margin: 0 0 0 auto; }
  @media screen and (max-width: 767px) {
    .comment > .children {
      max-width: calc(100% - 20px);
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 20px);
              flex: 0 0 calc(100% - 20px); } }

/*--------------------------------------------------------------
### Comment Author Avatar
--------------------------------------------------------------*/
.comment__author-avatar {
  display: block;
  max-width: 64px;
  width: 100%;
  height: 64px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  margin: 0 20px 0 0; }
  @media screen and (max-width: 767px) {
    .comment__author-avatar {
      max-width: 32px;
      height: 32px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 32px;
              flex: 0 0 32px;
      margin: 0 10px 0 0; } }

/*--------------------------------------------------------------
### Comment Body
--------------------------------------------------------------*/
.comment__body {
  display: block;
  max-width: calc(100% - 84px);
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 84px);
          flex: 0 0 calc(100% - 84px); }
  @media screen and (max-width: 767px) {
    .comment__body {
      max-width: calc(100% - 42px);
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 42px);
              flex: 0 0 calc(100% - 42px); } }

/*--------------------------------------------------------------
### Comment Meta
--------------------------------------------------------------*/
.comment__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin: 0 0 10px 0; }

/*--------------------------------------------------------------
#### Comment Person & Comment Date & Edit Link
--------------------------------------------------------------*/
.comment__person,
.comment__date {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: rgba(0, 0, 0, 0.8); }

.comment__person {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0 0 10px 0; }

.comment__date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400; }

.comment-edit-link {
  display: block;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #000000;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  padding: 5px;
  margin: 10px 0 0 0;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .comment-edit-link:hover {
    background-color: #FFFFFF;
    color: #000000;
    border-color: #000000; }

/*--------------------------------------------------------------
### Comment Text
--------------------------------------------------------------*/
.comment__text {
  display: block;
  width: 100%; }

.comment__text p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2.1333333333;
  color: rgba(0, 0, 0, 0.6); }

/*--------------------------------------------------------------
### Comment Reply
--------------------------------------------------------------*/
.comment__reply {
  display: block;
  width: 64px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px; }

/*--------------------------------------------------------------
#### Comment Reply Link
--------------------------------------------------------------*/
.comment-reply-link {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  padding: 5px;
  margin: 0;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .comment-reply-link:hover {
    background-color: #FFFFFF;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.6); }

/*--------------------------------------------------------------
#### Comment Cancel Reply
--------------------------------------------------------------*/
.comment__cancel-reply {
  display: block;
  padding: 0;
  margin: 10px 0; }

.comment__cancel-reply > a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.6); }

/*--------------------------------------------------------------
#### Comment Logged In As
--------------------------------------------------------------*/
.logged-in-as {
  margin: 0 0 15px 0; }

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.post__sidebar {
  max-width: 370px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all .5s 200ms ease;
  transition: all .5s 200ms ease; }
  @media screen and (max-width: 1023px) {
    .post__sidebar {
      max-width: 100%;
      margin-top: 30px; } }
  .loaded .post__sidebar {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

/*--------------------------------------------------------------
### Post Statics
--------------------------------------------------------------*/
.post-statics {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12); }

/*--------------------------------------------------------------
#### Post Statics Item
--------------------------------------------------------------*/
.post-statics__item {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/*--------------------------------------------------------------
#### Post Statics Main Title
--------------------------------------------------------------*/
.post-statics__main-title {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8); }

/*--------------------------------------------------------------
#### Post Statics Title
--------------------------------------------------------------*/
.post-statics__title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8); }

/*--------------------------------------------------------------
#### Post Statics  Reading Number & Rating
--------------------------------------------------------------*/
.post-statics__reading-number,
.post-statics__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #666666;
  margin: 0; }

/*--------------------------------------------------------------
##### Post Statics Reading Number Before
--------------------------------------------------------------*/
.post-statics__reading-number::before {
  display: block;
  content: "";
  background-position: -68px -13px;
  width: 18px;
  height: 14px;
  margin-right: 10px; }

/*--------------------------------------------------------------
##### GD Rating System Plugin Custom CSS
--------------------------------------------------------------*/
.gdrts-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%; }

.gdrts-rating-element {
  margin: 0 0.625rem 0 0; }
  @media screen and (max-width: 767px) {
    .gdrts-rating-element {
      margin: 0; } }

@media screen and (max-width: 767px) {
  .gdrts-rating-text {
    display: none; } }

/*--------------------------------------------------------------
### Post About
--------------------------------------------------------------*/
.post-about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12); }

/*--------------------------------------------------------------
#### Post About Main Title
--------------------------------------------------------------*/
.post-about__main-title {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8); }

/*--------------------------------------------------------------
#### Post About Item
--------------------------------------------------------------*/
.post-about__item {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/*--------------------------------------------------------------
##### Post About Item Inner
--------------------------------------------------------------*/
.post-about__item-inner {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; }

/*--------------------------------------------------------------
##### Post About Item Title
--------------------------------------------------------------*/
.post-about__item-title {
  display: block;
  font-size: 12px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px; }

/*--------------------------------------------------------------
##### Post About Item Text
--------------------------------------------------------------*/
.post-about__item-text {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6); }

/*--------------------------------------------------------------
### Post Views
--------------------------------------------------------------*/
.post-views {
  margin: 0 4px 0 0; }

/*--------------------------------------------------------------
### Post Rating Plugin
--------------------------------------------------------------*/
.post-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  opacity: 1; }

.post-ratings-loading {
  display: none;
  height: 16px;
  text-align: left; }

.post-ratings-image {
  border: 0; }

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
  max-width: 13px;
  width: 100%;
  height: 12px;
  border: 0;
  padding: 0;
  margin: 0 2px; }

.post-ratings-comment-author {
  font-weight: normal;
  font-style: italic; }

/*--------------------------------------------------------------
## Share Buttons
--------------------------------------------------------------*/
.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; }

.share__text {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 767px) {
    .share__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      visibility: visible;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 12px;
      font-weight: 900;
      color: rgba(0, 0, 0, 0.4);
      margin-right: 20px; } }

.share__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #111DBF;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 10px;
  text-decoration: none;
  outline: 0;
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .share__item {
      margin-right: 10px; } }

@media screen and (max-width: 767px) {
  .share__item-text {
    display: none;
    visibility: hidden; } }

.share__item:last-of-type {
  margin-right: 0; }

.share__item_facebook {
  background-color: #3B5998; }

.share__item_facebook::before {
  display: inline-block;
  content: "";
  background: url(img/post-facebook-share-logo.png) no-repeat;
  width: 17px;
  height: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .share__item_facebook::before {
      width: 13px;
      background-position: center center;
      border: 0;
      margin: 0; } }

.share__item_twitter {
  background-color: #1B98E0; }

.share__item_twitter::before {
  display: inline-block;
  content: "";
  background: url(img/post-twitter-share-logo.png) no-repeat;
  width: 23px;
  height: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .share__item_twitter::before {
      width: 13px;
      border: 0;
      margin: 0; } }

/*--------------------------------------------------------------
## Slick Slider
--------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative; }
  .choices:focus {
    outline: none; }
  .choices:last-child {
    margin-bottom: 0; }
  .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #EAEAEA;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .choices.is-disabled .choices__item {
    cursor: not-allowed; }

.choices[data-type*="select-one"] {
  cursor: pointer; }
  .choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-color: #F6A623;
    margin: 0; }
    .choices[data-type*="select-one"] .choices__input::-webkit-input-placeholder {
      color: #FFFFFF;
      opacity: 1; }
    .choices[data-type*="select-one"] .choices__input::-moz-placeholder {
      color: #FFFFFF;
      opacity: 1; }
    .choices[data-type*="select-one"] .choices__input:-ms-input-placeholder {
      color: #FFFFFF;
      opacity: 1; }
    .choices[data-type*="select-one"] .choices__input::placeholder {
      color: #FFFFFF;
      opacity: 1; }
    .choices[data-type*="select-one"] .choices__input::-webkit-input-placeholder {
      color: #FFFFFF;
      opacity: 1; }
    .choices[data-type*="select-one"] .choices__input::-moz-placeholder {
      color: #FFFFFF;
      opacity: 1; }
    .choices[data-type*="select-one"] .choices__input:-ms-input-placeholder {
      color: #FFFFFF;
      opacity: 1; }
  .choices[data-type*="select-one"] .choices__button {
    background-image: url("http://www.kolayyemektarifleri.org/wp-content/icons/cross-inverse.svg");
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5; }
    .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
      opacity: 1; }
    .choices[data-type*="select-one"] .choices__button:focus {
      -webkit-box-shadow: 0px 0px 0px 2px #00BCD4;
              box-shadow: 0px 0px 0px 2px #00BCD4; }
  .choices[data-type*="select-one"]:after {
    content: "";
    display: block;
    background-position: -307px -15px;
    width: 10px;
    height: 10px;
    margin-left: 15px;
    position: absolute;
    right: 25px;
    top: 25px;
    pointer-events: none; }
  .choices[data-type*="select-one"].is-open:after {
    background-position: -326px -15px; }
  .choices[data-type*="select-one"][dir="rtl"]:after {
    left: 25px;
    right: auto; }
  .choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0; }

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
  cursor: text; }

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("http://www.kolayyemektarifleri.org/wp-content/icons/cross.svg");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75; }
  .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
    opacity: 1; }

.choices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  background-color: #F6A623;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: top;
  padding: 0;
  border: 0;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
  .is-focused .choices__inner, .is-open .choices__inner {
    border-color: rgba(0, 0, 0, 0.2); }
  .is-open .choices__inner {
    border-radius: 2px 2px 0 0; }
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 2px 2px; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.choices__list--single {
  display: inline-block;
  padding: 0 25px;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFFFFF; }
  [dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 25px; }
  .choices__list--single .choices__item {
    width: calc(100% - 20px);
    height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.choices__list--multiple {
  display: inline; }
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    padding: 4px 16px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00BCD4;
    border: 1px solid rgba(0, 0, 0, 0.2);
    word-break: break-all; }
    .choices__list--multiple .choices__item[data-deletable] {
      padding-right: 5px; }
    [dir="rtl"] .choices__list--multiple .choices__item {
      margin-right: 0;
      margin-left: 3.75px; }
    .choices__list--multiple .choices__item.is-highlighted {
      background-color: #00a5bb;
      border: 1px solid rgba(0, 0, 0, 0.2); }
    .is-disabled .choices__list--multiple .choices__item {
      background-color: #aaaaaa;
      border: 1px solid rgba(0, 0, 0, 0.2); }

.choices__list--dropdown {
  display: none;
  z-index: 2;
  position: absolute;
  width: 100%;
  background-color: #F6A623;
  border: 0;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
  word-break: break-all; }
  .choices__list--dropdown.is-active {
    display: block; }
  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0; }
  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position; }
  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px 16px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #FFFFFF; }
    [dir="rtl"] .choices__list--dropdown .choices__item {
      text-align: right; }
  .choices__list--dropdown .choices__item--selectable {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #FFFFFF; }
    .choices__list--dropdown .choices__item--selectable.is-highlighted {
      background-color: #D2A623; }
      .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
        opacity: .5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }
  .choices__button:focus {
    outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }
  .choices__input:focus {
    outline: 0; }
  [dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0; }

.choices__placeholder {
  opacity: 1; }

/*=====  End of Choices  ======*/
/*--------------------------------------------------------------
## Infinite Scroll
--------------------------------------------------------------*/
/*
 * Ajax Load More
 * http://wordpress.org/plugins/ajax-load-more/
 *
 * Copyright 2015-2017 Connekt Media - https://connekthq.com
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Author: Darren Cooney
 * Twitter: @KaptonKaos
*/
.alm-btn-wrap .alm-load-more-btn {
  font-size: 15px;
  font-weight: 600;
  width: auto;
  height: 42px;
  line-height: 42px;
  background: #ed7070;
  color: #fff;
  border: none;
  border-radius: 3px;
  margin: 0 0 4px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: padding 0.25s ease-in-out, width 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out, width 0.25s ease-in-out;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  /* Loading */
  /* Loaded / Done */
  /* Loading Icon */
  /* Loading :before */ }

.alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #e06464;
  color: #fff;
  text-decoration: none; }

.alm-btn-wrap .alm-load-more-btn:active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
  text-decoration: none; }

.alm-btn-wrap .alm-load-more-btn:focus, .alm-btn-wrap .alm-load-more-btn:active {
  outline: none; }

.alm-btn-wrap .alm-load-more-btn.loading {
  padding-left: 44px; }

.alm-btn-wrap .alm-load-more-btn.done {
  display: none;
  cursor: default;
  opacity: 0.2;
  background-color: #ed7070;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.alm-btn-wrap .alm-load-more-btn:before, .alm-btn-wrap .alm-load-more-btn.done:before {
  background: none;
  width: 0; }

.alm-btn-wrap .alm-load-more-btn.loading:before {
  background: #fff url("http://www.kolayyemektarifleri.org/wp-content/img/ajax-loader.gif") no-repeat center center;
  width: 30px;
  height: 30px;
  margin: 6px;
  border-radius: 2px;
  display: inline-block;
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out; }

.alm-masonry,
.alm-btn-wrap {
  display: block;
  overflow: hidden;
  clear: both; }

.alm-btn-wrap {
  text-align: center;
  padding: 10px 0 25px;
  opacity: 0; }

/* Blue */
.ajax-load-more-wrap.blue .alm-load-more-btn {
  background-color: #0081bf; }

.ajax-load-more-wrap.blue .alm-load-more-btn:hover, .ajax-load-more-wrap.blue .alm-load-more-btn.done {
  background-color: #0073aa; }

/* green */
.ajax-load-more-wrap.green .alm-load-more-btn {
  background-color: #6fca68; }

.ajax-load-more-wrap.green .alm-load-more-btn:hover, .ajax-load-more-wrap.green .alm-load-more-btn.done {
  background-color: #64b95e; }

/* red */
.ajax-load-more-wrap.red .alm-load-more-btn {
  background-color: #ca4b4b; }

.ajax-load-more-wrap.red .alm-load-more-btn:hover, .ajax-load-more-wrap.red .alm-load-more-btn.done {
  background-color: #b13b3b; }

/* purple */
.ajax-load-more-wrap.purple .alm-load-more-btn {
  background-color: #a86bb9; }

.ajax-load-more-wrap.purple .alm-load-more-btn:hover, .ajax-load-more-wrap.purple .alm-load-more-btn.done {
  background-color: #9963a8; }

/* grey */
.ajax-load-more-wrap.grey .alm-load-more-btn {
  background-color: #888; }

.ajax-load-more-wrap.grey .alm-load-more-btn:hover, .ajax-load-more-wrap.grey .alm-load-more-btn.done {
  background-color: #777; }

/* white */
.ajax-load-more-wrap.white .alm-load-more-btn {
  background-color: #fff;
  color: #666;
  border: 1px solid #efefef; }

.ajax-load-more-wrap.white .alm-load-more-btn:hover, .ajax-load-more-wrap.white .alm-load-more-btn.done {
  background-color: #efefef;
  color: #333; }

.ajax-load-more-wrap.white .alm-load-more-btn.done {
  border-color: #fff; }

/* Infinite */
.ajax-load-more-wrap.infinite .alm-load-more-btn {
  width: 100%;
  background-color: transparent !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("http://www.kolayyemektarifleri.org/wp-content/img/spinner.gif");
  border: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  overflow: hidden;
  text-indent: -9999px;
  cursor: default !important;
  outline: none !important; }

.ajax-load-more-wrap.infinite .alm-load-more-btn:before {
  display: none !important; }

.ajax-load-more-wrap.infinite .alm-load-more-btn:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ajax-load-more-wrap.infinite .alm-load-more-btn.done {
  opacity: 0; }

.ajax-load-more-wrap.infinite .alm-load-more-btn.loading {
  opacity: 1; }

.ajax-load-more-wrap.infinite.skype .alm-load-more-btn {
  background-image: url("http://www.kolayyemektarifleri.org/wp-content/img/spinner-skype.gif"); }

.ajax-load-more-wrap.infinite.ring .alm-load-more-btn {
  background-image: url("http://www.kolayyemektarifleri.org/wp-content/img/spinner-ring.gif"); }

.ajax-load-more-wrap.infinite.fading-blocks .alm-load-more-btn {
  background-image: url("http://www.kolayyemektarifleri.org/wp-content/img/loader-fading-blocks.gif"); }

.ajax-load-more-wrap.infinite.fading-circles .alm-load-more-btn {
  background-image: url("http://www.kolayyemektarifleri.org/wp-content/img/loader-fading-circles.gif"); }

.ajax-load-more-wrap.infinite.chasing-arrows .alm-load-more-btn {
  background-image: url("http://www.kolayyemektarifleri.org/wp-content/img/spinner-chasing-arrows.gif"); }

/*
*  Generic alm-listing styles
*  @since 1.0.0
*/
.infinite-scroll {
  display: block;
  width: 100%;
  margin: 60px 0 0 0; }

.alm-reveal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 1023px) {
    .alm-reveal {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.alm-listing {
  width: 100%;
  margin: 0;
  padding: 0; }

.alm-listing li {
  background: none;
  margin: 0 0 30px;
  padding: 0 0 0 170px;
  overflow: hidden;
  position: relative;
  list-style: none; }

.alm-listing li.no-img {
  padding: 0; }

.alm-listing li p {
  margin: 0; }

.alm-listing li h3 {
  margin: 0 0 10px; }

.alm-listing li img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px; }

/*--------------------------------------------------------------
### Custom Loading
--------------------------------------------------------------*/
.custom-alm-loader {
  position: relative;
  display: block;
  width: 118px;
  height: 100px;
  margin: 50px auto 20px auto;
  z-index: 1; }

.outer-circle {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  -webkit-animation: spin 800ms infinite linear;
          animation: spin 800ms infinite linear; }

.inner-circle {
  position: absolute;
  display: block;
  width: 58px;
  height: 58px;
  border: 4px solid #000000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  -webkit-animation: spin 800ms infinite linear;
          animation: spin 800ms infinite linear; }

.loader-image {
  position: absolute;
  display: block;
  background: transparent url("img/loading.png") center center no-repeat;
  background-size: contain;
  width: 118px;
  height: 36px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }